#[repr(C)]pub struct VkAttachmentReference {
pub attachment: u32,
pub layout: VkImageLayout,
}
Fields§
§attachment: u32
§layout: VkImageLayout
Trait Implementations§
Source§impl Clone for VkAttachmentReference
impl Clone for VkAttachmentReference
Source§fn clone(&self) -> VkAttachmentReference
fn clone(&self) -> VkAttachmentReference
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 moreSource§impl Default for VkAttachmentReference
impl Default for VkAttachmentReference
impl Copy for VkAttachmentReference
Auto Trait Implementations§
impl Freeze for VkAttachmentReference
impl RefUnwindSafe for VkAttachmentReference
impl Send for VkAttachmentReference
impl Sync for VkAttachmentReference
impl Unpin for VkAttachmentReference
impl UnwindSafe for VkAttachmentReference
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