pub struct ClusterAccelerationStructureIndexFormatFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl ClusterAccelerationStructureIndexFormatFlagBitsNV
impl ClusterAccelerationStructureIndexFormatFlagBitsNV
Trait Implementations§
Source§impl BitAndAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitAndAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitOrAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitXorAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Clone for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn clone(&self) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn clone(&self) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
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 Default for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Default for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn default() -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn default() -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Returns the “default value” for a type. Read more
Source§impl Ord for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Ord for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn cmp(
&self,
other: &ClusterAccelerationStructureIndexFormatFlagBitsNV,
) -> Ordering
fn cmp( &self, other: &ClusterAccelerationStructureIndexFormatFlagBitsNV, ) -> 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 ClusterAccelerationStructureIndexFormatFlagBitsNV
impl PartialEq for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn eq(&self, other: &ClusterAccelerationStructureIndexFormatFlagBitsNV) -> bool
fn eq(&self, other: &ClusterAccelerationStructureIndexFormatFlagBitsNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl PartialOrd for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Copy for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Eq for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl StructuralPartialEq for ClusterAccelerationStructureIndexFormatFlagBitsNV
Auto Trait Implementations§
impl Freeze for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl RefUnwindSafe for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Send for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Sync for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Unpin for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl UnsafeUnpin for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl UnwindSafe for ClusterAccelerationStructureIndexFormatFlagBitsNV
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