Struct vulkanalia_sys::MemoryGetFdInfoKHR
source · [−]#[repr(C)]pub struct MemoryGetFdInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub memory: DeviceMemory,
pub handle_type: ExternalMemoryHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmemory: DeviceMemoryhandle_type: ExternalMemoryHandleTypeFlagsTrait 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 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