pub struct ClusterAccelerationStructureIndexFormatFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl ClusterAccelerationStructureIndexFormatFlagBitsNV
impl ClusterAccelerationStructureIndexFormatFlagBitsNV
Sourcepub const _8BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
pub const _8BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
Bit 0.
Sourcepub const _16BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
pub const _16BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
Bit 1.
Sourcepub const _32BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
pub const _32BIT: ClusterAccelerationStructureIndexFormatFlagBitsNV
Bit 2.
pub const fn empty() -> ClusterAccelerationStructureIndexFormatFlagBitsNV
pub const fn from_raw( value: u32, ) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: ClusterAccelerationStructureIndexFormatFlagBitsNV, ) -> bool
pub const fn all() -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Trait Implementations§
Source§impl BitAnd for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitAnd for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn bitand( self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, ) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitAndAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitand_assign(
&mut self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
)
fn bitand_assign( &mut self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, )
Performs the
&= operation. Read moreSource§impl BitOr for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitOr for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn bitor( self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, ) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitOrAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitor_assign(
&mut self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
)
fn bitor_assign( &mut self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, )
Performs the
|= operation. Read moreSource§impl BitXor for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitXor for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn bitxor( self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, ) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl BitXorAssign for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§fn bitxor_assign(
&mut self,
rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV,
)
fn bitxor_assign( &mut self, rhs: ClusterAccelerationStructureIndexFormatFlagBitsNV, )
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 Not for ClusterAccelerationStructureIndexFormatFlagBitsNV
impl Not for ClusterAccelerationStructureIndexFormatFlagBitsNV
Source§type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
type Output = ClusterAccelerationStructureIndexFormatFlagBitsNV
The resulting type after applying the
! operator.Source§fn not(self) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
fn not(self) -> ClusterAccelerationStructureIndexFormatFlagBitsNV
Performs the unary
! operation. Read moreSource§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