#[repr(C)]pub struct VkStridedDeviceAddressNV {
pub startAddress: VkDeviceAddress,
pub strideInBytes: VkDeviceSize,
}Expand description
struct VkStridedDeviceAddressNV from VK_NV_cluster_acceleration_structure
Fields§
§startAddress: VkDeviceAddress§strideInBytes: VkDeviceSizeTrait Implementations§
Source§impl Clone for VkStridedDeviceAddressNV
impl Clone for VkStridedDeviceAddressNV
Source§fn clone(&self) -> VkStridedDeviceAddressNV
fn clone(&self) -> VkStridedDeviceAddressNV
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 Debug for VkStridedDeviceAddressNV
impl Debug for VkStridedDeviceAddressNV
impl Copy for VkStridedDeviceAddressNV
Auto Trait Implementations§
impl Freeze for VkStridedDeviceAddressNV
impl RefUnwindSafe for VkStridedDeviceAddressNV
impl Send for VkStridedDeviceAddressNV
impl Sync for VkStridedDeviceAddressNV
impl Unpin for VkStridedDeviceAddressNV
impl UnwindSafe for VkStridedDeviceAddressNV
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