#[repr(C)]pub struct ClusterAccelerationStructureBuildClustersBottomLevelInfoNV {
pub cluster_references_count: u32,
pub cluster_references_stride: u32,
pub cluster_references: DeviceAddress,
}Expand description
Fields§
§cluster_references_count: u32§cluster_references_stride: u32§cluster_references: DeviceAddressImplementations§
Source§impl ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
pub fn cluster_references_count(self, cluster_references_count: u32) -> Self
pub fn cluster_references_stride(self, cluster_references_stride: u32) -> Self
pub fn cluster_references(self, cluster_references: DeviceAddress) -> Self
Trait Implementations§
Source§impl Clone for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl Clone for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
Source§fn clone(&self) -> ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
fn clone(&self) -> ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
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 ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl Default for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
Source§fn default() -> ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
fn default() -> ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
Returns the “default value” for a type. Read more
impl Copy for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
Auto Trait Implementations§
impl Freeze for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl RefUnwindSafe for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl Send for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl Sync for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl Unpin for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
impl UnwindSafe for ClusterAccelerationStructureBuildClustersBottomLevelInfoNV
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