Struct ash::vk::ExternalFenceProperties
source · #[repr(C)]pub struct ExternalFenceProperties {
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,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§export_from_imported_handle_types: ExternalFenceHandleTypeFlags
§compatible_handle_types: ExternalFenceHandleTypeFlags
§external_fence_features: ExternalFenceFeatureFlags
Implementations§
source§impl ExternalFenceProperties
impl ExternalFenceProperties
pub fn builder<'a>() -> ExternalFencePropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalFenceProperties
impl Clone for ExternalFenceProperties
source§fn clone(&self) -> ExternalFenceProperties
fn clone(&self) -> ExternalFenceProperties
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