Struct ash::vk::PhysicalDeviceHostQueryResetFeatures
source · #[repr(C)]pub struct PhysicalDeviceHostQueryResetFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub host_query_reset: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§host_query_reset: Bool32
Implementations§
source§impl PhysicalDeviceHostQueryResetFeatures
impl PhysicalDeviceHostQueryResetFeatures
pub fn builder<'a>() -> PhysicalDeviceHostQueryResetFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceHostQueryResetFeatures
impl Clone for PhysicalDeviceHostQueryResetFeatures
source§fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures
fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl TaggedStructure for PhysicalDeviceHostQueryResetFeatures
impl TaggedStructure for PhysicalDeviceHostQueryResetFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES
impl Copy for PhysicalDeviceHostQueryResetFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceHostQueryResetFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceHostQueryResetFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceHostQueryResetFeatures
impl RefUnwindSafe for PhysicalDeviceHostQueryResetFeatures
impl !Send for PhysicalDeviceHostQueryResetFeatures
impl !Sync for PhysicalDeviceHostQueryResetFeatures
impl Unpin for PhysicalDeviceHostQueryResetFeatures
impl UnwindSafe for PhysicalDeviceHostQueryResetFeatures
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more