#[repr(C)]pub struct VkBuildPartitionedAccelerationStructureIndirectCommandNV {
pub opType: VkPartitionedAccelerationStructureOpTypeNV,
pub argCount: u32,
pub argData: VkStridedDeviceAddressNV,
}
Fields§
§opType: VkPartitionedAccelerationStructureOpTypeNV
§argCount: u32
§argData: VkStridedDeviceAddressNV
Trait Implementations§
Source§impl Clone for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl Clone for VkBuildPartitionedAccelerationStructureIndirectCommandNV
Source§fn clone(&self) -> VkBuildPartitionedAccelerationStructureIndirectCommandNV
fn clone(&self) -> VkBuildPartitionedAccelerationStructureIndirectCommandNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkBuildPartitionedAccelerationStructureIndirectCommandNV
Auto Trait Implementations§
impl Freeze for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl RefUnwindSafe for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl Send for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl Sync for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl Unpin for VkBuildPartitionedAccelerationStructureIndirectCommandNV
impl UnwindSafe for VkBuildPartitionedAccelerationStructureIndirectCommandNV
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