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>
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 more