#[repr(C)]pub struct AttachmentReferenceStencilLayout {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub stencil_layout: ImageLayout,
}Expand description
VkAttachmentReferenceStencilLayout
Provided by VK_GRAPHICS_VERSION_1_2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT.
p_next: *mut c_voidOptional, may be null.
stencil_layout: ImageLayoutImplementations§
Source§impl AttachmentReferenceStencilLayout
impl AttachmentReferenceStencilLayout
Sourcepub fn builder<'a>() -> AttachmentReferenceStencilLayoutBuilder<'a>
pub fn builder<'a>() -> AttachmentReferenceStencilLayoutBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait 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 Default for AttachmentReferenceStencilLayout
impl Default for AttachmentReferenceStencilLayout
Source§fn 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 Freeze for AttachmentReferenceStencilLayout
impl RefUnwindSafe for AttachmentReferenceStencilLayout
impl !Send for AttachmentReferenceStencilLayout
impl !Sync for AttachmentReferenceStencilLayout
impl Unpin for AttachmentReferenceStencilLayout
impl UnsafeUnpin 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