#[repr(C)]pub struct ExternalSemaphoreProperties {
pub s_type: StructureType,
pub p_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: StructureTypep_next: *mut c_voidexport_from_imported_handle_types: ExternalSemaphoreHandleTypeFlagscompatible_handle_types: ExternalSemaphoreHandleTypeFlagsexternal_semaphore_features: ExternalSemaphoreFeatureFlagsImplementations
sourceimpl ExternalSemaphoreProperties
impl ExternalSemaphoreProperties
pub fn builder<'a>() -> ExternalSemaphorePropertiesBuilder<'a>
Trait Implementations
sourceimpl Clone for ExternalSemaphoreProperties
impl Clone for ExternalSemaphoreProperties
sourcefn clone(&self) -> ExternalSemaphoreProperties
fn clone(&self) -> ExternalSemaphoreProperties
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExternalSemaphoreProperties
impl Debug for ExternalSemaphoreProperties
sourceimpl Default for ExternalSemaphoreProperties
impl Default for ExternalSemaphoreProperties
sourcefn default() -> ExternalSemaphoreProperties
fn default() -> ExternalSemaphoreProperties
Returns the “default value” for a type. Read more
impl Copy for ExternalSemaphoreProperties
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more