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