Struct ash::vk::AttachmentReference
source · #[repr(C)]pub struct AttachmentReference {
pub attachment: u32,
pub layout: ImageLayout,
}
Expand description
Fields§
§attachment: u32
§layout: ImageLayout
Implementations§
source§impl AttachmentReference
impl AttachmentReference
pub fn builder<'a>() -> AttachmentReferenceBuilder<'a>
Trait Implementations§
source§impl Clone for AttachmentReference
impl Clone for AttachmentReference
source§fn clone(&self) -> AttachmentReference
fn clone(&self) -> AttachmentReference
Returns a copy 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 Debug for AttachmentReference
impl Debug for AttachmentReference
source§impl Default for AttachmentReference
impl Default for AttachmentReference
source§fn default() -> AttachmentReference
fn default() -> AttachmentReference
Returns the “default value” for a type. Read more
impl Copy for AttachmentReference
Auto Trait Implementations§
impl Freeze for AttachmentReference
impl RefUnwindSafe for AttachmentReference
impl Send for AttachmentReference
impl Sync for AttachmentReference
impl Unpin for AttachmentReference
impl UnwindSafe for AttachmentReference
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