Struct ash::vk::MemoryOpaqueCaptureAddressAllocateInfo [−][src]
#[repr(C)]pub struct MemoryOpaqueCaptureAddressAllocateInfo { pub s_type: StructureType, pub p_next: *const c_void, pub opaque_capture_address: u64, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
opaque_capture_address: u64
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for MemoryOpaqueCaptureAddressAllocateInfo
impl !Sync for MemoryOpaqueCaptureAddressAllocateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more