#[repr(C)]pub struct PhysicalDeviceConditionalRenderingFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub conditionalRendering: Bool32,
pub inheritedConditionalRendering: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§conditionalRendering: Bool32
§inheritedConditionalRendering: Bool32
Trait Implementations§
Source§impl Clone for PhysicalDeviceConditionalRenderingFeaturesEXT
impl Clone for PhysicalDeviceConditionalRenderingFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceConditionalRenderingFeaturesEXT
fn clone(&self) -> PhysicalDeviceConditionalRenderingFeaturesEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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