ash::vk

Type Alias PhysicalDeviceSynchronization2FeaturesKHR

Source
pub type PhysicalDeviceSynchronization2FeaturesKHR<'a> = PhysicalDeviceSynchronization2Features<'a>;

Aliased Type§

struct PhysicalDeviceSynchronization2FeaturesKHR<'a> {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub synchronization2: u32,
    pub _marker: PhantomData<&'a ()>,
}

Fields§

§s_type: StructureType§p_next: *mut c_void§synchronization2: u32§_marker: PhantomData<&'a ()>

Implementations

Source§

impl<'a> PhysicalDeviceSynchronization2Features<'a>

Source

pub fn synchronization2(self, synchronization2: bool) -> Self

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceSynchronization2Features<'a>

Source§

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

Source§

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

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

impl Default for PhysicalDeviceSynchronization2Features<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceSynchronization2Features<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES

Source§

impl<'a> Copy for PhysicalDeviceSynchronization2Features<'a>

Source§

impl ExtendsDeviceCreateInfo for PhysicalDeviceSynchronization2Features<'_>

Source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceSynchronization2Features<'_>

Source§

impl Send for PhysicalDeviceSynchronization2Features<'_>

Source§

impl Sync for PhysicalDeviceSynchronization2Features<'_>