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