#[repr(C)]pub struct ImportMemoryWin32HandleInfoNV {
pub s_type: StructureType,
pub next: *const c_void,
pub handle_type: ExternalMemoryHandleTypeFlagsNV,
pub handle: HANDLE,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidhandle_type: ExternalMemoryHandleTypeFlagsNVhandle: HANDLETrait 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 !Send for ImportMemoryWin32HandleInfoNV
impl !Sync for ImportMemoryWin32HandleInfoNV
impl Unpin for ImportMemoryWin32HandleInfoNV
impl UnwindSafe for ImportMemoryWin32HandleInfoNV
Blanket Implementations
Mutably borrows from an owned value. Read more