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