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: StructureType
p_next: *const c_void
handle_type: ExternalMemoryHandleTypeFlagsNV
handle: HANDLE
Implementations
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