#[repr(C)]pub struct PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub primitives_generated_query: Bool32,
pub primitives_generated_query_with_rasterizer_discard: Bool32,
pub primitives_generated_query_with_non_zero_streams: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§primitives_generated_query: Bool32
§primitives_generated_query_with_rasterizer_discard: Bool32
§primitives_generated_query_with_non_zero_streams: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl Clone for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
source§fn clone(&self) -> PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
fn clone(&self) -> PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
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 PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl TaggedStructure for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PRIMITIVES_GENERATED_QUERY_FEATURES_EXT
impl Copy for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl RefUnwindSafe for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl !Send for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl !Sync for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl Unpin for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
impl UnwindSafe for PhysicalDevicePrimitivesGeneratedQueryFeaturesEXT
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