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