#[repr(C)]pub struct MemoryGetWin32HandleInfoKHR {
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 MemoryGetWin32HandleInfoKHR
impl !Send for MemoryGetWin32HandleInfoKHR
impl !Sync for MemoryGetWin32HandleInfoKHR
impl Unpin for MemoryGetWin32HandleInfoKHR
impl UnwindSafe for MemoryGetWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more