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