#[repr(C)]pub struct AttachmentReference {
pub attachment: u32,
pub layout: ImageLayout,
}
Fields§
§attachment: u32
§layout: ImageLayout
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