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: StructureType
p_next: *mut c_void
export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags
compatible_handle_types: ExternalSemaphoreHandleTypeFlags
external_semaphore_features: ExternalSemaphoreFeatureFlags
Implementations
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