Type Alias ExternalFencePropertiesKHR

Source
pub type ExternalFencePropertiesKHR = ExternalFenceProperties;

Aliased Type§

struct ExternalFencePropertiesKHR {
    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,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§export_from_imported_handle_types: ExternalFenceHandleTypeFlags§compatible_handle_types: ExternalFenceHandleTypeFlags§external_fence_features: ExternalFenceFeatureFlags

Implementations

Trait Implementations

Source§

impl Clone for ExternalFenceProperties

Source§

fn clone(&self) -> ExternalFenceProperties

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for ExternalFenceProperties

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for ExternalFenceProperties