ash::vk

Type Alias PhysicalDeviceHostQueryResetFeaturesEXT

Source
pub type PhysicalDeviceHostQueryResetFeaturesEXT<'a> = PhysicalDeviceHostQueryResetFeatures<'a>;

Aliased Type§

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

Fields§

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

Implementations

Source§

impl<'a> PhysicalDeviceHostQueryResetFeatures<'a>

Source

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

Trait Implementations

Source§

impl<'a> Clone for PhysicalDeviceHostQueryResetFeatures<'a>

Source§

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

Source§

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

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

impl Default for PhysicalDeviceHostQueryResetFeatures<'_>

Source§

fn default() -> Self

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

impl<'a> TaggedStructure for PhysicalDeviceHostQueryResetFeatures<'a>

Source§

const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES

Source§

impl<'a> Copy for PhysicalDeviceHostQueryResetFeatures<'a>

Source§

impl ExtendsDeviceCreateInfo for PhysicalDeviceHostQueryResetFeatures<'_>

Source§

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceHostQueryResetFeatures<'_>

Source§

impl Send for PhysicalDeviceHostQueryResetFeatures<'_>

Source§

impl Sync for PhysicalDeviceHostQueryResetFeatures<'_>