pub struct BuildMicromapFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl BuildMicromapFlagsEXT
impl BuildMicromapFlagsEXT
pub const fn empty() -> BuildMicromapFlagsEXT
pub const fn from_raw(x: u32) -> BuildMicromapFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: BuildMicromapFlagsEXT) -> bool
Sourcepub const fn contains(self, other: BuildMicromapFlagsEXT) -> bool
pub const fn contains(self, other: BuildMicromapFlagsEXT) -> bool
Returns whether other is a subset of self
Source§impl BuildMicromapFlagsEXT
impl BuildMicromapFlagsEXT
pub const PREFER_FAST_TRACE: BuildMicromapFlagsEXT
pub const PREFER_FAST_BUILD: BuildMicromapFlagsEXT
pub const ALLOW_COMPACTION: BuildMicromapFlagsEXT
Trait Implementations§
Source§impl BitAnd for BuildMicromapFlagsEXT
impl BitAnd for BuildMicromapFlagsEXT
Source§type Output = BuildMicromapFlagsEXT
type Output = BuildMicromapFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
fn bitand(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for BuildMicromapFlagsEXT
impl BitAndAssign for BuildMicromapFlagsEXT
Source§fn bitand_assign(&mut self, rhs: BuildMicromapFlagsEXT)
fn bitand_assign(&mut self, rhs: BuildMicromapFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for BuildMicromapFlagsEXT
impl BitOr for BuildMicromapFlagsEXT
Source§type Output = BuildMicromapFlagsEXT
type Output = BuildMicromapFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
fn bitor(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for BuildMicromapFlagsEXT
impl BitOrAssign for BuildMicromapFlagsEXT
Source§fn bitor_assign(&mut self, rhs: BuildMicromapFlagsEXT)
fn bitor_assign(&mut self, rhs: BuildMicromapFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for BuildMicromapFlagsEXT
impl BitXor for BuildMicromapFlagsEXT
Source§type Output = BuildMicromapFlagsEXT
type Output = BuildMicromapFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
fn bitxor(self, rhs: BuildMicromapFlagsEXT) -> BuildMicromapFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for BuildMicromapFlagsEXT
impl BitXorAssign for BuildMicromapFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: BuildMicromapFlagsEXT)
fn bitxor_assign(&mut self, rhs: BuildMicromapFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for BuildMicromapFlagsEXT
impl Clone for BuildMicromapFlagsEXT
Source§fn clone(&self) -> BuildMicromapFlagsEXT
fn clone(&self) -> BuildMicromapFlagsEXT
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuildMicromapFlagsEXT
impl Debug for BuildMicromapFlagsEXT
Source§impl Default for BuildMicromapFlagsEXT
impl Default for BuildMicromapFlagsEXT
Source§fn default() -> BuildMicromapFlagsEXT
fn default() -> BuildMicromapFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for BuildMicromapFlagsEXT
impl Hash for BuildMicromapFlagsEXT
Source§impl Not for BuildMicromapFlagsEXT
impl Not for BuildMicromapFlagsEXT
Source§type Output = BuildMicromapFlagsEXT
type Output = BuildMicromapFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> BuildMicromapFlagsEXT
fn not(self) -> BuildMicromapFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for BuildMicromapFlagsEXT
impl Ord for BuildMicromapFlagsEXT
Source§impl PartialEq for BuildMicromapFlagsEXT
impl PartialEq for BuildMicromapFlagsEXT
Source§impl PartialOrd for BuildMicromapFlagsEXT
impl PartialOrd for BuildMicromapFlagsEXT
impl Copy for BuildMicromapFlagsEXT
impl Eq for BuildMicromapFlagsEXT
impl StructuralPartialEq for BuildMicromapFlagsEXT
Auto Trait Implementations§
impl Freeze for BuildMicromapFlagsEXT
impl RefUnwindSafe for BuildMicromapFlagsEXT
impl Send for BuildMicromapFlagsEXT
impl Sync for BuildMicromapFlagsEXT
impl Unpin for BuildMicromapFlagsEXT
impl UnwindSafe for BuildMicromapFlagsEXT
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)