#[repr(C)]pub struct AttachmentReferenceStencilLayout {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stencil_layout: ImageLayout,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidstencil_layout: ImageLayoutImplementations
sourceimpl AttachmentReferenceStencilLayout
impl AttachmentReferenceStencilLayout
pub fn builder<'a>() -> AttachmentReferenceStencilLayoutBuilder<'a>
Trait Implementations
sourceimpl Clone for AttachmentReferenceStencilLayout
impl Clone for AttachmentReferenceStencilLayout
sourcefn clone(&self) -> AttachmentReferenceStencilLayout
fn clone(&self) -> AttachmentReferenceStencilLayout
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for AttachmentReferenceStencilLayout
impl Default for AttachmentReferenceStencilLayout
sourcefn default() -> AttachmentReferenceStencilLayout
fn default() -> AttachmentReferenceStencilLayout
Returns the “default value” for a type. Read more
impl Copy for AttachmentReferenceStencilLayout
impl ExtendsAttachmentReference2 for AttachmentReferenceStencilLayout
Auto Trait Implementations
impl RefUnwindSafe for AttachmentReferenceStencilLayout
impl !Send for AttachmentReferenceStencilLayout
impl !Sync for AttachmentReferenceStencilLayout
impl Unpin for AttachmentReferenceStencilLayout
impl UnwindSafe for AttachmentReferenceStencilLayout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more