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