#[repr(C)]pub struct ExternalSemaphoreProperties {
pub s_type: StructureType,
pub next: *mut c_void,
pub export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags,
pub compatible_handle_types: ExternalSemaphoreHandleTypeFlags,
pub external_semaphore_features: ExternalSemaphoreFeatureFlags,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidexport_from_imported_handle_types: ExternalSemaphoreHandleTypeFlagscompatible_handle_types: ExternalSemaphoreHandleTypeFlagsexternal_semaphore_features: ExternalSemaphoreFeatureFlagsTrait 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 ExternalSemaphoreProperties
impl !Send for ExternalSemaphoreProperties
impl !Sync for ExternalSemaphoreProperties
impl Unpin for ExternalSemaphoreProperties
impl UnwindSafe for ExternalSemaphoreProperties
Blanket Implementations
Mutably borrows from an owned value. Read more