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