pub type ExternalSemaphorePropertiesKHR = ExternalSemaphoreProperties;
Aliased Type§
struct ExternalSemaphorePropertiesKHR {
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,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags
§compatible_handle_types: ExternalSemaphoreHandleTypeFlags
§external_semaphore_features: ExternalSemaphoreFeatureFlags
Implementations
Source§impl ExternalSemaphoreProperties
impl ExternalSemaphoreProperties
pub fn builder<'a>() -> ExternalSemaphorePropertiesBuilder<'a>
Trait Implementations
Source§impl Clone for ExternalSemaphoreProperties
impl Clone for ExternalSemaphoreProperties
Source§fn clone(&self) -> ExternalSemaphoreProperties
fn clone(&self) -> ExternalSemaphoreProperties
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more