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