Struct ash::vk::ImportMemoryWin32HandleInfoNV [−][src]
#[repr(C)]pub struct ImportMemoryWin32HandleInfoNV { pub s_type: StructureType, pub p_next: *const c_void, pub handle_type: ExternalMemoryHandleTypeFlagsNV, pub handle: HANDLE, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle_type: ExternalMemoryHandleTypeFlagsNVhandle: HANDLEImplementations
Trait Implementations
Returns the “default value” for a type. Read more
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