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