Struct vulkanalia_sys::ImportMemoryFdInfoKHR
source · [−]#[repr(C)]pub struct ImportMemoryFdInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlags,
pub fd: c_int,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidhandle_type: ExternalMemoryHandleTypeFlagsfd: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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