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