#[repr(C)]pub struct CommandBufferInheritanceConditionalRenderingInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub conditional_rendering_enable: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§conditional_rendering_enable: Bool32Trait Implementations§
Source§impl Clone for CommandBufferInheritanceConditionalRenderingInfoEXT
impl Clone for CommandBufferInheritanceConditionalRenderingInfoEXT
Source§fn clone(&self) -> CommandBufferInheritanceConditionalRenderingInfoEXT
fn clone(&self) -> CommandBufferInheritanceConditionalRenderingInfoEXT
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 PartialEq for CommandBufferInheritanceConditionalRenderingInfoEXT
impl PartialEq for CommandBufferInheritanceConditionalRenderingInfoEXT
Source§fn eq(
&self,
other: &CommandBufferInheritanceConditionalRenderingInfoEXT,
) -> bool
fn eq( &self, other: &CommandBufferInheritanceConditionalRenderingInfoEXT, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandBufferInheritanceConditionalRenderingInfoEXT
impl Eq for CommandBufferInheritanceConditionalRenderingInfoEXT
impl Send for CommandBufferInheritanceConditionalRenderingInfoEXT
impl StructuralPartialEq for CommandBufferInheritanceConditionalRenderingInfoEXT
impl Sync for CommandBufferInheritanceConditionalRenderingInfoEXT
Auto Trait Implementations§
impl Freeze for CommandBufferInheritanceConditionalRenderingInfoEXT
impl RefUnwindSafe for CommandBufferInheritanceConditionalRenderingInfoEXT
impl Unpin for CommandBufferInheritanceConditionalRenderingInfoEXT
impl UnwindSafe for CommandBufferInheritanceConditionalRenderingInfoEXT
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