pub struct SamplingKey {
    pub image: Handle<GlobalVariable>,
    pub sampler: Handle<GlobalVariable>,
}Fields§
§image: Handle<GlobalVariable>§sampler: Handle<GlobalVariable>Trait Implementations§
Source§impl Clone for SamplingKey
 
impl Clone for SamplingKey
Source§fn clone(&self) -> SamplingKey
 
fn clone(&self) -> SamplingKey
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 SamplingKey
 
impl Debug for SamplingKey
Source§impl Hash for SamplingKey
 
impl Hash for SamplingKey
Source§impl PartialEq for SamplingKey
 
impl PartialEq for SamplingKey
impl Eq for SamplingKey
impl StructuralPartialEq for SamplingKey
Auto Trait Implementations§
impl Freeze for SamplingKey
impl RefUnwindSafe for SamplingKey
impl Send for SamplingKey
impl Sync for SamplingKey
impl Unpin for SamplingKey
impl UnwindSafe for SamplingKey
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.