pub struct ClusterAccelerationStructureTypeNV(/* private fields */);Expand description
Implementations§
Source§impl ClusterAccelerationStructureTypeNV
impl ClusterAccelerationStructureTypeNV
pub const CLUSTERS_BOTTOM_LEVEL: Self
pub const TRIANGLE_CLUSTER: Self
pub const TRIANGLE_CLUSTER_TEMPLATE: Self
Trait Implementations§
Source§impl Clone for ClusterAccelerationStructureTypeNV
impl Clone for ClusterAccelerationStructureTypeNV
Source§fn clone(&self) -> ClusterAccelerationStructureTypeNV
fn clone(&self) -> ClusterAccelerationStructureTypeNV
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 ClusterAccelerationStructureTypeNV
impl Default for ClusterAccelerationStructureTypeNV
Source§fn default() -> ClusterAccelerationStructureTypeNV
fn default() -> ClusterAccelerationStructureTypeNV
Returns the “default value” for a type. Read more
Source§impl Ord for ClusterAccelerationStructureTypeNV
impl Ord for ClusterAccelerationStructureTypeNV
Source§fn cmp(&self, other: &ClusterAccelerationStructureTypeNV) -> Ordering
fn cmp(&self, other: &ClusterAccelerationStructureTypeNV) -> 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 ClusterAccelerationStructureTypeNV
impl PartialEq for ClusterAccelerationStructureTypeNV
Source§fn eq(&self, other: &ClusterAccelerationStructureTypeNV) -> bool
fn eq(&self, other: &ClusterAccelerationStructureTypeNV) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClusterAccelerationStructureTypeNV
impl PartialOrd for ClusterAccelerationStructureTypeNV
impl Copy for ClusterAccelerationStructureTypeNV
impl Eq for ClusterAccelerationStructureTypeNV
impl StructuralPartialEq for ClusterAccelerationStructureTypeNV
Auto Trait Implementations§
impl Freeze for ClusterAccelerationStructureTypeNV
impl RefUnwindSafe for ClusterAccelerationStructureTypeNV
impl Send for ClusterAccelerationStructureTypeNV
impl Sync for ClusterAccelerationStructureTypeNV
impl Unpin for ClusterAccelerationStructureTypeNV
impl UnwindSafe for ClusterAccelerationStructureTypeNV
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