Struct ash::vk::ExportFenceWin32HandleInfoKHR [−][src]
#[repr(C)]pub struct ExportFenceWin32HandleInfoKHR { 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 ExportFenceWin32HandleInfoKHR
impl !Sync for ExportFenceWin32HandleInfoKHR
impl Unpin for ExportFenceWin32HandleInfoKHR
impl UnwindSafe for ExportFenceWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more