pub struct WebSamplerKey(/* private fields */);
Trait Implementations§
Source§impl Clone for WebSamplerKey
impl Clone for WebSamplerKey
Source§fn clone(&self) -> WebSamplerKey
fn clone(&self) -> WebSamplerKey
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 WebSamplerKey
impl Debug for WebSamplerKey
Source§impl Default for WebSamplerKey
impl Default for WebSamplerKey
Source§fn default() -> WebSamplerKey
fn default() -> WebSamplerKey
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for WebSamplerKey
impl From<KeyData> for WebSamplerKey
Source§impl Hash for WebSamplerKey
impl Hash for WebSamplerKey
Source§impl Key for WebSamplerKey
impl Key for WebSamplerKey
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 WebSamplerKey
impl Ord for WebSamplerKey
Source§fn cmp(&self, other: &WebSamplerKey) -> Ordering
fn cmp(&self, other: &WebSamplerKey) -> 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 WebSamplerKey
impl PartialEq for WebSamplerKey
Source§impl PartialOrd for WebSamplerKey
impl PartialOrd for WebSamplerKey
impl Copy for WebSamplerKey
impl Eq for WebSamplerKey
impl StructuralPartialEq for WebSamplerKey
Auto Trait Implementations§
impl Freeze for WebSamplerKey
impl RefUnwindSafe for WebSamplerKey
impl Send for WebSamplerKey
impl Sync for WebSamplerKey
impl Unpin for WebSamplerKey
impl UnwindSafe for WebSamplerKey
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