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