#[repr(C)]pub struct ExportSemaphoreWin32HandleInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub attributes: *const SECURITY_ATTRIBUTES,
pub dw_access: DWORD,
pub name: LPCWSTR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidattributes: *const SECURITY_ATTRIBUTESdw_access: DWORDname: LPCWSTRTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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