pub type ExternalSemaphorePropertiesKHR<'a> = ExternalSemaphoreProperties<'a>;
Aliased Type§
struct ExternalSemaphorePropertiesKHR<'a> {
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,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags
§compatible_handle_types: ExternalSemaphoreHandleTypeFlags
§external_semaphore_features: ExternalSemaphoreFeatureFlags
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> ExternalSemaphoreProperties<'a>
impl<'a> ExternalSemaphoreProperties<'a>
pub fn export_from_imported_handle_types( self, export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags, ) -> Self
pub fn compatible_handle_types( self, compatible_handle_types: ExternalSemaphoreHandleTypeFlags, ) -> Self
pub fn external_semaphore_features( self, external_semaphore_features: ExternalSemaphoreFeatureFlags, ) -> Self
Trait Implementations
Source§impl<'a> Clone for ExternalSemaphoreProperties<'a>
impl<'a> Clone for ExternalSemaphoreProperties<'a>
Source§fn clone(&self) -> ExternalSemaphoreProperties<'a>
fn clone(&self) -> ExternalSemaphoreProperties<'a>
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