Searched refs:micromap_host_commands (Results 1 – 2 of 2) sorted by relevance
334 pub micromap_host_commands: bool, field2175 if self.micromap_host_commands { in check_requirements()2176 if !supported.micromap_host_commands { in check_requirements()4384 micromap_host_commands: false, in empty()4760 micromap_host_commands: true, in all()5182 || (self.micromap_host_commands && other.micromap_host_commands) in intersects()5664 && (self.micromap_host_commands || !other.micromap_host_commands) in contains()6220 micromap_host_commands: self.micromap_host_commands || other.micromap_host_commands, in union()6880 micromap_host_commands: self.micromap_host_commands && other.micromap_host_commands, in intersection()7540 micromap_host_commands: self.micromap_host_commands && !other.micromap_host_commands, in difference()[all …]
68545 pub micromap_host_commands: Bool32, field68555 micromap_host_commands: Bool32::default(), in default()68603 pub fn micromap_host_commands(mut self, micromap_host_commands: bool) -> Self { in micromap_host_commands() method68604 self.inner.micromap_host_commands = micromap_host_commands.into(); in micromap_host_commands()