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