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