Struct ash::vk::PhysicalDeviceHostQueryResetFeatures
source · #[repr(C)]pub struct PhysicalDeviceHostQueryResetFeatures<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub host_query_reset: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§host_query_reset: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> PhysicalDeviceHostQueryResetFeatures<'a>
pub fn host_query_reset(self, host_query_reset: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> Clone for PhysicalDeviceHostQueryResetFeatures<'a>
source§fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures<'a>
fn clone(&self) -> PhysicalDeviceHostQueryResetFeatures<'a>
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<'a> Debug for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> Debug for PhysicalDeviceHostQueryResetFeatures<'a>
source§impl Default for PhysicalDeviceHostQueryResetFeatures<'_>
impl Default for PhysicalDeviceHostQueryResetFeatures<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> TaggedStructure for PhysicalDeviceHostQueryResetFeatures<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES
impl<'a> Copy for PhysicalDeviceHostQueryResetFeatures<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceHostQueryResetFeatures<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceHostQueryResetFeatures<'_>
impl Send for PhysicalDeviceHostQueryResetFeatures<'_>
impl Sync for PhysicalDeviceHostQueryResetFeatures<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> Unpin for PhysicalDeviceHostQueryResetFeatures<'a>
impl<'a> UnwindSafe for PhysicalDeviceHostQueryResetFeatures<'a>
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