pub struct WebShaderKey(/* private fields */);
Trait Implementations§
Source§impl Clone for WebShaderKey
impl Clone for WebShaderKey
Source§fn clone(&self) -> WebShaderKey
fn clone(&self) -> WebShaderKey
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 WebShaderKey
impl Debug for WebShaderKey
Source§impl Default for WebShaderKey
impl Default for WebShaderKey
Source§fn default() -> WebShaderKey
fn default() -> WebShaderKey
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for WebShaderKey
impl From<KeyData> for WebShaderKey
Source§impl Hash for WebShaderKey
impl Hash for WebShaderKey
Source§impl Key for WebShaderKey
impl Key for WebShaderKey
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!
, which calls this
method). Read moreSource§impl Ord for WebShaderKey
impl Ord for WebShaderKey
Source§fn cmp(&self, other: &WebShaderKey) -> Ordering
fn cmp(&self, other: &WebShaderKey) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WebShaderKey
impl PartialEq for WebShaderKey
Source§impl PartialOrd for WebShaderKey
impl PartialOrd for WebShaderKey
impl Copy for WebShaderKey
impl Eq for WebShaderKey
impl StructuralPartialEq for WebShaderKey
Auto Trait Implementations§
impl Freeze for WebShaderKey
impl RefUnwindSafe for WebShaderKey
impl Send for WebShaderKey
impl Sync for WebShaderKey
impl Unpin for WebShaderKey
impl UnwindSafe for WebShaderKey
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