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