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