ash::vk

Type Alias ExportFenceCreateInfoKHR

Source
pub type ExportFenceCreateInfoKHR<'a> = ExportFenceCreateInfo<'a>;

Aliased Type§

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

Fields§

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

Implementations

Source§

impl<'a> ExportFenceCreateInfo<'a>

Source

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

Trait Implementations

Source§

impl<'a> Clone for ExportFenceCreateInfo<'a>

Source§

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

Source§

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

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

impl Default for ExportFenceCreateInfo<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for ExportFenceCreateInfo<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_FENCE_CREATE_INFO

Source§

impl<'a> Copy for ExportFenceCreateInfo<'a>

Source§

impl ExtendsFenceCreateInfo for ExportFenceCreateInfo<'_>

Source§

impl Send for ExportFenceCreateInfo<'_>

Source§

impl Sync for ExportFenceCreateInfo<'_>