ash::vk

Type Alias PhysicalDeviceExternalFenceInfoKHR

Source
pub type PhysicalDeviceExternalFenceInfoKHR<'a> = PhysicalDeviceExternalFenceInfo<'a>;

Aliased Type§

struct PhysicalDeviceExternalFenceInfoKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub handle_type: ExternalFenceHandleTypeFlags,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *const c_void§handle_type: ExternalFenceHandleTypeFlags§_marker: PhantomData<&'a ()>

Implementations

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceExternalFenceInfo<'a>

Source§

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

Source§

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

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

impl Default for PhysicalDeviceExternalFenceInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceExternalFenceInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO

Source§

impl<'a> Copy for PhysicalDeviceExternalFenceInfo<'a>

Source§

impl Send for PhysicalDeviceExternalFenceInfo<'_>

Source§

impl Sync for PhysicalDeviceExternalFenceInfo<'_>