Struct ash::vk::ExportMemoryWin32HandleInfoKHR [−][src]
#[repr(C)]pub struct ExportMemoryWin32HandleInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub p_attributes: *const SECURITY_ATTRIBUTES, pub dw_access: DWORD, pub name: LPCWSTR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
p_attributes: *const SECURITY_ATTRIBUTES
dw_access: DWORD
name: LPCWSTR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for ExportMemoryWin32HandleInfoKHR
impl !Sync for ExportMemoryWin32HandleInfoKHR
impl Unpin for ExportMemoryWin32HandleInfoKHR
impl UnwindSafe for ExportMemoryWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more