Struct ash::vk::AttachmentReferenceStencilLayout
source · #[repr(C)]pub struct AttachmentReferenceStencilLayout {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stencil_layout: ImageLayout,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§stencil_layout: ImageLayout
Implementations§
source§impl AttachmentReferenceStencilLayout
impl AttachmentReferenceStencilLayout
pub fn builder<'a>() -> AttachmentReferenceStencilLayoutBuilder<'a>
Trait Implementations§
source§impl Clone for AttachmentReferenceStencilLayout
impl Clone for AttachmentReferenceStencilLayout
source§fn clone(&self) -> AttachmentReferenceStencilLayout
fn clone(&self) -> AttachmentReferenceStencilLayout
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 TaggedStructure for AttachmentReferenceStencilLayout
impl TaggedStructure for AttachmentReferenceStencilLayout
const STRUCTURE_TYPE: StructureType = StructureType::ATTACHMENT_REFERENCE_STENCIL_LAYOUT
impl Copy for AttachmentReferenceStencilLayout
impl ExtendsAttachmentReference2 for AttachmentReferenceStencilLayout
Auto Trait Implementations§
impl Freeze for AttachmentReferenceStencilLayout
impl RefUnwindSafe for AttachmentReferenceStencilLayout
impl !Send for AttachmentReferenceStencilLayout
impl !Sync for AttachmentReferenceStencilLayout
impl Unpin for AttachmentReferenceStencilLayout
impl UnwindSafe for AttachmentReferenceStencilLayout
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