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