struct AttachmentKey {
    format: Format,
    layout: ImageLayout,
    ops: AttachmentOps,
}Fields§
§format: Format§layout: ImageLayout§ops: AttachmentOpsImplementations§
Source§impl AttachmentKey
 
impl AttachmentKey
Sourcefn compatible(format: Format, layout: ImageLayout) -> Self
 
fn compatible(format: Format, layout: ImageLayout) -> Self
Returns an attachment key for a compatible attachment.
Trait Implementations§
Source§impl Clone for AttachmentKey
 
impl Clone for AttachmentKey
Source§fn clone(&self) -> AttachmentKey
 
fn clone(&self) -> AttachmentKey
Returns a duplicate 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 AttachmentKey
 
impl Debug for AttachmentKey
Source§impl Hash for AttachmentKey
 
impl Hash for AttachmentKey
Source§impl PartialEq for AttachmentKey
 
impl PartialEq for AttachmentKey
impl Eq for AttachmentKey
impl StructuralPartialEq for AttachmentKey
Auto Trait Implementations§
impl Freeze for AttachmentKey
impl RefUnwindSafe for AttachmentKey
impl Send for AttachmentKey
impl Sync for AttachmentKey
impl Unpin for AttachmentKey
impl UnwindSafe for AttachmentKey
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
Source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.