#[repr(C)]pub struct BuildPartitionedAccelerationStructureIndirectCommandNV {
pub op_type: PartitionedAccelerationStructureOpTypeNV,
pub arg_count: u32,
pub arg_data: StridedDeviceAddressNV,
}Expand description
Fields§
§op_type: PartitionedAccelerationStructureOpTypeNV§arg_count: u32§arg_data: StridedDeviceAddressNVTrait Implementations§
Source§impl Clone for BuildPartitionedAccelerationStructureIndirectCommandNV
impl Clone for BuildPartitionedAccelerationStructureIndirectCommandNV
Source§fn clone(&self) -> BuildPartitionedAccelerationStructureIndirectCommandNV
fn clone(&self) -> BuildPartitionedAccelerationStructureIndirectCommandNV
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 BuildPartitionedAccelerationStructureIndirectCommandNV
impl Default for BuildPartitionedAccelerationStructureIndirectCommandNV
Source§fn default() -> BuildPartitionedAccelerationStructureIndirectCommandNV
fn default() -> BuildPartitionedAccelerationStructureIndirectCommandNV
Returns the “default value” for a type. Read more
Source§impl PartialEq for BuildPartitionedAccelerationStructureIndirectCommandNV
impl PartialEq for BuildPartitionedAccelerationStructureIndirectCommandNV
Source§fn eq(
&self,
other: &BuildPartitionedAccelerationStructureIndirectCommandNV,
) -> bool
fn eq( &self, other: &BuildPartitionedAccelerationStructureIndirectCommandNV, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BuildPartitionedAccelerationStructureIndirectCommandNV
impl Eq for BuildPartitionedAccelerationStructureIndirectCommandNV
impl StructuralPartialEq for BuildPartitionedAccelerationStructureIndirectCommandNV
Auto Trait Implementations§
impl Freeze for BuildPartitionedAccelerationStructureIndirectCommandNV
impl RefUnwindSafe for BuildPartitionedAccelerationStructureIndirectCommandNV
impl Send for BuildPartitionedAccelerationStructureIndirectCommandNV
impl Sync for BuildPartitionedAccelerationStructureIndirectCommandNV
impl Unpin for BuildPartitionedAccelerationStructureIndirectCommandNV
impl UnwindSafe for BuildPartitionedAccelerationStructureIndirectCommandNV
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