pub struct MicromapCreateFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl MicromapCreateFlagBitsEXT
impl MicromapCreateFlagBitsEXT
Sourcepub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self
Bit 0.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAnd for MicromapCreateFlagBitsEXT
impl BitAnd for MicromapCreateFlagBitsEXT
Source§impl BitAndAssign for MicromapCreateFlagBitsEXT
impl BitAndAssign for MicromapCreateFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for MicromapCreateFlagBitsEXT
impl BitOr for MicromapCreateFlagBitsEXT
Source§impl BitOrAssign for MicromapCreateFlagBitsEXT
impl BitOrAssign for MicromapCreateFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for MicromapCreateFlagBitsEXT
impl BitXor for MicromapCreateFlagBitsEXT
Source§impl BitXorAssign for MicromapCreateFlagBitsEXT
impl BitXorAssign for MicromapCreateFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for MicromapCreateFlagBitsEXT
impl Clone for MicromapCreateFlagBitsEXT
Source§fn clone(&self) -> MicromapCreateFlagBitsEXT
fn clone(&self) -> MicromapCreateFlagBitsEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MicromapCreateFlagBitsEXT
impl Debug for MicromapCreateFlagBitsEXT
Source§impl Default for MicromapCreateFlagBitsEXT
impl Default for MicromapCreateFlagBitsEXT
Source§fn default() -> MicromapCreateFlagBitsEXT
fn default() -> MicromapCreateFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Hash for MicromapCreateFlagBitsEXT
impl Hash for MicromapCreateFlagBitsEXT
Source§impl Not for MicromapCreateFlagBitsEXT
impl Not for MicromapCreateFlagBitsEXT
Source§impl Ord for MicromapCreateFlagBitsEXT
impl Ord for MicromapCreateFlagBitsEXT
Source§fn cmp(&self, other: &MicromapCreateFlagBitsEXT) -> Ordering
fn cmp(&self, other: &MicromapCreateFlagBitsEXT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MicromapCreateFlagBitsEXT
impl PartialOrd for MicromapCreateFlagBitsEXT
impl Copy for MicromapCreateFlagBitsEXT
impl Eq for MicromapCreateFlagBitsEXT
impl StructuralPartialEq for MicromapCreateFlagBitsEXT
Auto Trait Implementations§
impl Freeze for MicromapCreateFlagBitsEXT
impl RefUnwindSafe for MicromapCreateFlagBitsEXT
impl Send for MicromapCreateFlagBitsEXT
impl Sync for MicromapCreateFlagBitsEXT
impl Unpin for MicromapCreateFlagBitsEXT
impl UnsafeUnpin for MicromapCreateFlagBitsEXT
impl UnwindSafe for MicromapCreateFlagBitsEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more