Struct ash::vk::AttachmentDescriptionStencilLayout
source · #[repr(C)]pub struct AttachmentDescriptionStencilLayout<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stencil_initial_layout: ImageLayout,
pub stencil_final_layout: ImageLayout,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§stencil_initial_layout: ImageLayout
§stencil_final_layout: ImageLayout
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> AttachmentDescriptionStencilLayout<'a>
impl<'a> AttachmentDescriptionStencilLayout<'a>
pub fn stencil_initial_layout(self, stencil_initial_layout: ImageLayout) -> Self
pub fn stencil_final_layout(self, stencil_final_layout: ImageLayout) -> Self
Trait Implementations§
source§impl<'a> Clone for AttachmentDescriptionStencilLayout<'a>
impl<'a> Clone for AttachmentDescriptionStencilLayout<'a>
source§fn clone(&self) -> AttachmentDescriptionStencilLayout<'a>
fn clone(&self) -> AttachmentDescriptionStencilLayout<'a>
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<'a> Debug for AttachmentDescriptionStencilLayout<'a>
impl<'a> Debug for AttachmentDescriptionStencilLayout<'a>
source§impl Default for AttachmentDescriptionStencilLayout<'_>
impl Default for AttachmentDescriptionStencilLayout<'_>
source§impl<'a> TaggedStructure for AttachmentDescriptionStencilLayout<'a>
impl<'a> TaggedStructure for AttachmentDescriptionStencilLayout<'a>
const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT
impl<'a> Copy for AttachmentDescriptionStencilLayout<'a>
impl ExtendsAttachmentDescription2 for AttachmentDescriptionStencilLayout<'_>
impl Send for AttachmentDescriptionStencilLayout<'_>
impl Sync for AttachmentDescriptionStencilLayout<'_>
Auto Trait Implementations§
impl<'a> Freeze for AttachmentDescriptionStencilLayout<'a>
impl<'a> RefUnwindSafe for AttachmentDescriptionStencilLayout<'a>
impl<'a> Unpin for AttachmentDescriptionStencilLayout<'a>
impl<'a> UnwindSafe for AttachmentDescriptionStencilLayout<'a>
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