#[repr(C)]pub struct FenceGetWin32HandleInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub fence: Fence,
pub handle_type: ExternalFenceHandleTypeFlags,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidfence: Fencehandle_type: ExternalFenceHandleTypeFlagsTrait 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 RefUnwindSafe for FenceGetWin32HandleInfoKHR
impl !Send for FenceGetWin32HandleInfoKHR
impl !Sync for FenceGetWin32HandleInfoKHR
impl Unpin for FenceGetWin32HandleInfoKHR
impl UnwindSafe for FenceGetWin32HandleInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more