ash::vk

Type Alias ExternalFencePropertiesKHR

Source
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>

Source

pub fn export_from_imported_handle_types( self, export_from_imported_handle_types: ExternalFenceHandleTypeFlags, ) -> Self

Source

pub fn compatible_handle_types( self, compatible_handle_types: ExternalFenceHandleTypeFlags, ) -> Self

Source

pub fn external_fence_features( self, external_fence_features: ExternalFenceFeatureFlags, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for ExternalFenceProperties<'a>

Source§

fn clone(&self) -> ExternalFenceProperties<'a>

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<'a> Debug for ExternalFenceProperties<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for ExternalFenceProperties<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ExternalFenceProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_FENCE_PROPERTIES

Source§

impl<'a> Copy for ExternalFenceProperties<'a>

Source§

impl Send for ExternalFenceProperties<'_>

Source§

impl Sync for ExternalFenceProperties<'_>