Struct wgpu_hal::gles::ProgramCacheKey
source · struct ProgramCacheKey {
stages: ArrayVec<ProgramStage, 3>,
group_to_binding_to_slot: Box<[Box<[u8]>]>,
}
Fields§
§stages: ArrayVec<ProgramStage, 3>
§group_to_binding_to_slot: Box<[Box<[u8]>]>
Trait Implementations§
source§impl Hash for ProgramCacheKey
impl Hash for ProgramCacheKey
source§impl PartialEq for ProgramCacheKey
impl PartialEq for ProgramCacheKey
source§fn eq(&self, other: &ProgramCacheKey) -> bool
fn eq(&self, other: &ProgramCacheKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ProgramCacheKey
impl StructuralPartialEq for ProgramCacheKey
Auto Trait Implementations§
impl Freeze for ProgramCacheKey
impl RefUnwindSafe for ProgramCacheKey
impl Send for ProgramCacheKey
impl Sync for ProgramCacheKey
impl Unpin for ProgramCacheKey
impl UnwindSafe for ProgramCacheKey
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.