Struct screen_13::prelude::vk::RenderPassCreationControlEXT
source · pub struct RenderPassCreationControlEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub disallow_merging: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§disallow_merging: u32Implementations§
source§impl RenderPassCreationControlEXT
impl RenderPassCreationControlEXT
pub fn builder<'a>() -> RenderPassCreationControlEXTBuilder<'a>
Trait Implementations§
source§impl Clone for RenderPassCreationControlEXT
impl Clone for RenderPassCreationControlEXT
source§fn clone(&self) -> RenderPassCreationControlEXT
fn clone(&self) -> RenderPassCreationControlEXT
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 Debug for RenderPassCreationControlEXT
impl Debug for RenderPassCreationControlEXT
source§impl Default for RenderPassCreationControlEXT
impl Default for RenderPassCreationControlEXT
source§fn default() -> RenderPassCreationControlEXT
fn default() -> RenderPassCreationControlEXT
Returns the “default value” for a type. Read more