Struct ash::vk::ExternalSemaphoreProperties [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
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