pub struct CxIconEntryHash(/* private fields */);Trait Implementations§
Source§impl Clone for CxIconEntryHash
impl Clone for CxIconEntryHash
Source§fn clone(&self) -> CxIconEntryHash
fn clone(&self) -> CxIconEntryHash
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CxIconEntryHash
impl Eq for CxIconEntryHash
Source§impl Hash for CxIconEntryHash
impl Hash for CxIconEntryHash
Source§impl PartialEq for CxIconEntryHash
impl PartialEq for CxIconEntryHash
Source§fn eq(&self, other: &CxIconEntryHash) -> bool
fn eq(&self, other: &CxIconEntryHash) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CxIconEntryHash
Auto Trait Implementations§
impl Freeze for CxIconEntryHash
impl RefUnwindSafe for CxIconEntryHash
impl Send for CxIconEntryHash
impl Sync for CxIconEntryHash
impl Unpin for CxIconEntryHash
impl UnsafeUnpin for CxIconEntryHash
impl UnwindSafe for CxIconEntryHash
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