pub struct ClusterAccelerationStructureTypeNV(/* private fields */);Expand description
Implementations§
Source§impl ClusterAccelerationStructureTypeNV
impl ClusterAccelerationStructureTypeNV
pub const CLUSTERS_BOTTOM_LEVEL: ClusterAccelerationStructureTypeNV
pub const TRIANGLE_CLUSTER: ClusterAccelerationStructureTypeNV
pub const TRIANGLE_CLUSTER_TEMPLATE: ClusterAccelerationStructureTypeNV
pub const fn from_raw(value: i32) -> ClusterAccelerationStructureTypeNV
pub const fn as_raw(self) -> i32
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 Error for ClusterAccelerationStructureTypeNV
impl Error for ClusterAccelerationStructureTypeNV
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
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 UnsafeUnpin 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