#[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: StridedDeviceAddressNVImplementations§
Source§impl BuildPartitionedAccelerationStructureIndirectCommandNV
impl BuildPartitionedAccelerationStructureIndirectCommandNV
pub fn op_type(self, op_type: PartitionedAccelerationStructureOpTypeNV) -> Self
pub fn arg_count(self, arg_count: u32) -> Self
pub fn arg_data(self, arg_data: StridedDeviceAddressNV) -> Self
Trait 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
impl Copy 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