Struct ash::vk::RenderPassCreationControlEXT
source · #[repr(C)]pub struct RenderPassCreationControlEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub disallow_merging: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§disallow_merging: Bool32
Implementations§
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 TaggedStructure for RenderPassCreationControlEXT
impl TaggedStructure for RenderPassCreationControlEXT
const STRUCTURE_TYPE: StructureType = StructureType::RENDER_PASS_CREATION_CONTROL_EXT
impl Copy for RenderPassCreationControlEXT
impl ExtendsRenderPassCreateInfo2 for RenderPassCreationControlEXT
impl ExtendsSubpassDescription2 for RenderPassCreationControlEXT
Auto Trait Implementations§
impl Freeze for RenderPassCreationControlEXT
impl RefUnwindSafe for RenderPassCreationControlEXT
impl !Send for RenderPassCreationControlEXT
impl !Sync for RenderPassCreationControlEXT
impl Unpin for RenderPassCreationControlEXT
impl UnwindSafe for RenderPassCreationControlEXT
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