Struct three_d::context::WebFramebufferKey
source · pub struct WebFramebufferKey(/* private fields */);Trait Implementations§
source§impl Clone for WebFramebufferKey
impl Clone for WebFramebufferKey
source§fn clone(&self) -> WebFramebufferKey
fn clone(&self) -> WebFramebufferKey
Returns a copy 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 WebFramebufferKey
impl Debug for WebFramebufferKey
source§impl Default for WebFramebufferKey
impl Default for WebFramebufferKey
source§fn default() -> WebFramebufferKey
fn default() -> WebFramebufferKey
Returns the “default value” for a type. Read more
source§impl From<KeyData> for WebFramebufferKey
impl From<KeyData> for WebFramebufferKey
source§fn from(k: KeyData) -> WebFramebufferKey
fn from(k: KeyData) -> WebFramebufferKey
Converts to this type from the input type.
source§impl Hash for WebFramebufferKey
impl Hash for WebFramebufferKey
source§impl Key for WebFramebufferKey
impl Key for WebFramebufferKey
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 WebFramebufferKey
impl Ord for WebFramebufferKey
source§fn cmp(&self, other: &WebFramebufferKey) -> Ordering
fn cmp(&self, other: &WebFramebufferKey) -> 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 WebFramebufferKey
impl PartialEq for WebFramebufferKey
source§fn eq(&self, other: &WebFramebufferKey) -> bool
fn eq(&self, other: &WebFramebufferKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for WebFramebufferKey
impl PartialOrd for WebFramebufferKey
source§fn partial_cmp(&self, other: &WebFramebufferKey) -> Option<Ordering>
fn partial_cmp(&self, other: &WebFramebufferKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for WebFramebufferKey
impl Eq for WebFramebufferKey
impl StructuralEq for WebFramebufferKey
impl StructuralPartialEq for WebFramebufferKey
Auto Trait Implementations§
impl RefUnwindSafe for WebFramebufferKey
impl Send for WebFramebufferKey
impl Sync for WebFramebufferKey
impl Unpin for WebFramebufferKey
impl UnwindSafe for WebFramebufferKey
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