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: StructureTypep_next: *const c_voidp_attributes: *const SECURITY_ATTRIBUTESdw_access: DWORDImplementations
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