pub struct MicromapCreateFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl MicromapCreateFlagsEXT
impl MicromapCreateFlagsEXT
pub const fn empty() -> MicromapCreateFlagsEXT
pub const fn from_raw(x: u32) -> MicromapCreateFlagsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: MicromapCreateFlagsEXT) -> bool
Sourcepub const fn contains(self, other: MicromapCreateFlagsEXT) -> bool
pub const fn contains(self, other: MicromapCreateFlagsEXT) -> bool
Returns whether other is a subset of self
Trait Implementations§
Source§impl BitAnd for MicromapCreateFlagsEXT
impl BitAnd for MicromapCreateFlagsEXT
Source§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitand(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for MicromapCreateFlagsEXT
impl BitAndAssign for MicromapCreateFlagsEXT
Source§fn bitand_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitand_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for MicromapCreateFlagsEXT
impl BitOr for MicromapCreateFlagsEXT
Source§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for MicromapCreateFlagsEXT
impl BitOrAssign for MicromapCreateFlagsEXT
Source§fn bitor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for MicromapCreateFlagsEXT
impl BitXor for MicromapCreateFlagsEXT
Source§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
fn bitxor(self, rhs: MicromapCreateFlagsEXT) -> MicromapCreateFlagsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for MicromapCreateFlagsEXT
impl BitXorAssign for MicromapCreateFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
fn bitxor_assign(&mut self, rhs: MicromapCreateFlagsEXT)
Performs the
^= operation. Read moreSource§impl Clone for MicromapCreateFlagsEXT
impl Clone for MicromapCreateFlagsEXT
Source§fn clone(&self) -> MicromapCreateFlagsEXT
fn clone(&self) -> MicromapCreateFlagsEXT
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 MicromapCreateFlagsEXT
impl Debug for MicromapCreateFlagsEXT
Source§impl Default for MicromapCreateFlagsEXT
impl Default for MicromapCreateFlagsEXT
Source§fn default() -> MicromapCreateFlagsEXT
fn default() -> MicromapCreateFlagsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for MicromapCreateFlagsEXT
impl Hash for MicromapCreateFlagsEXT
Source§impl Not for MicromapCreateFlagsEXT
impl Not for MicromapCreateFlagsEXT
Source§type Output = MicromapCreateFlagsEXT
type Output = MicromapCreateFlagsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> MicromapCreateFlagsEXT
fn not(self) -> MicromapCreateFlagsEXT
Performs the unary
! operation. Read moreSource§impl Ord for MicromapCreateFlagsEXT
impl Ord for MicromapCreateFlagsEXT
Source§impl PartialEq for MicromapCreateFlagsEXT
impl PartialEq for MicromapCreateFlagsEXT
Source§impl PartialOrd for MicromapCreateFlagsEXT
impl PartialOrd for MicromapCreateFlagsEXT
impl Copy for MicromapCreateFlagsEXT
impl Eq for MicromapCreateFlagsEXT
impl StructuralPartialEq for MicromapCreateFlagsEXT
Auto Trait Implementations§
impl Freeze for MicromapCreateFlagsEXT
impl RefUnwindSafe for MicromapCreateFlagsEXT
impl Send for MicromapCreateFlagsEXT
impl Sync for MicromapCreateFlagsEXT
impl Unpin for MicromapCreateFlagsEXT
impl UnwindSafe for MicromapCreateFlagsEXT
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)