#[repr(C)]pub struct VkAttachmentDescriptionStencilLayout {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub stencilInitialLayout: VkImageLayout,
pub stencilFinalLayout: VkImageLayout,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§stencilInitialLayout: VkImageLayout
§stencilFinalLayout: VkImageLayout
Trait Implementations§
Source§impl Clone for VkAttachmentDescriptionStencilLayout
impl Clone for VkAttachmentDescriptionStencilLayout
Source§fn clone(&self) -> VkAttachmentDescriptionStencilLayout
fn clone(&self) -> VkAttachmentDescriptionStencilLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkAttachmentDescriptionStencilLayout
Auto Trait Implementations§
impl Freeze for VkAttachmentDescriptionStencilLayout
impl RefUnwindSafe for VkAttachmentDescriptionStencilLayout
impl !Send for VkAttachmentDescriptionStencilLayout
impl !Sync for VkAttachmentDescriptionStencilLayout
impl Unpin for VkAttachmentDescriptionStencilLayout
impl UnwindSafe for VkAttachmentDescriptionStencilLayout
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