ash::vk

Type Alias ExternalSemaphorePropertiesKHR

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

Source

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

Source

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

Source

pub fn external_semaphore_features( self, external_semaphore_features: ExternalSemaphoreFeatureFlags, ) -> Self

Trait Implementations

Source§

impl<'a> Clone for ExternalSemaphoreProperties<'a>

Source§

fn clone(&self) -> ExternalSemaphoreProperties<'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 ExternalSemaphoreProperties<'a>

Source§

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

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

impl Default for ExternalSemaphoreProperties<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ExternalSemaphoreProperties<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXTERNAL_SEMAPHORE_PROPERTIES

Source§

impl<'a> Copy for ExternalSemaphoreProperties<'a>

Source§

impl Send for ExternalSemaphoreProperties<'_>

Source§

impl Sync for ExternalSemaphoreProperties<'_>