Struct ash::vk::MicromapCreateFlagsEXT
source · pub struct MicromapCreateFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl MicromapCreateFlagsEXT
impl MicromapCreateFlagsEXT
source§impl MicromapCreateFlagsEXT
impl MicromapCreateFlagsEXT
pub const DEVICE_ADDRESS_CAPTURE_REPLAY: Self = _
Trait Implementations§
source§impl BitAnd for MicromapCreateFlagsEXT
impl BitAnd for MicromapCreateFlagsEXT
source§impl BitAndAssign for MicromapCreateFlagsEXT
impl BitAndAssign for MicromapCreateFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for MicromapCreateFlagsEXT
impl BitOr for MicromapCreateFlagsEXT
source§impl BitOrAssign for MicromapCreateFlagsEXT
impl BitOrAssign for MicromapCreateFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for MicromapCreateFlagsEXT
impl BitXor for MicromapCreateFlagsEXT
source§impl BitXorAssign for MicromapCreateFlagsEXT
impl BitXorAssign for MicromapCreateFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for MicromapCreateFlagsEXT
impl Clone for MicromapCreateFlagsEXT
source§fn clone(&self) -> MicromapCreateFlagsEXT
fn clone(&self) -> MicromapCreateFlagsEXT
Returns a copy 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 MicromapCreateFlagsEXT
impl Debug for MicromapCreateFlagsEXT
source§impl Default for MicromapCreateFlagsEXT
impl Default for MicromapCreateFlagsEXT
source§impl Hash for MicromapCreateFlagsEXT
impl Hash for MicromapCreateFlagsEXT
source§impl Not for MicromapCreateFlagsEXT
impl Not for MicromapCreateFlagsEXT
source§impl Ord for MicromapCreateFlagsEXT
impl Ord for MicromapCreateFlagsEXT
source§fn cmp(&self, other: &MicromapCreateFlagsEXT) -> Ordering
fn cmp(&self, other: &MicromapCreateFlagsEXT) -> 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 PartialEq for MicromapCreateFlagsEXT
impl PartialEq for MicromapCreateFlagsEXT
source§fn eq(&self, other: &MicromapCreateFlagsEXT) -> bool
fn eq(&self, other: &MicromapCreateFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MicromapCreateFlagsEXT
impl PartialOrd for MicromapCreateFlagsEXT
source§fn partial_cmp(&self, other: &MicromapCreateFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &MicromapCreateFlagsEXT) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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§
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