#[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: Bool32Implementations§
Source§impl PhysicalDeviceConditionalRenderingFeaturesEXT
impl PhysicalDeviceConditionalRenderingFeaturesEXT
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *mut c_void) -> Self
pub fn conditionalRendering(self, conditionalRendering: Bool32) -> Self
pub fn inheritedConditionalRendering( self, inheritedConditionalRendering: Bool32, ) -> Self
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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PhysicalDeviceConditionalRenderingFeaturesEXT
impl Default for PhysicalDeviceConditionalRenderingFeaturesEXT
Source§fn default() -> PhysicalDeviceConditionalRenderingFeaturesEXT
fn default() -> PhysicalDeviceConditionalRenderingFeaturesEXT
Returns the “default value” for a type. Read more
impl 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 UnsafeUnpin 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