pub struct CxIconPathHash(/* private fields */);
Trait Implementations§
Source§impl Clone for CxIconPathHash
impl Clone for CxIconPathHash
Source§fn clone(&self) -> CxIconPathHash
fn clone(&self) -> CxIconPathHash
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 Hash for CxIconPathHash
impl Hash for CxIconPathHash
Source§impl PartialEq for CxIconPathHash
impl PartialEq for CxIconPathHash
impl Copy for CxIconPathHash
impl Eq for CxIconPathHash
impl StructuralPartialEq for CxIconPathHash
Auto Trait Implementations§
impl Freeze for CxIconPathHash
impl RefUnwindSafe for CxIconPathHash
impl Send for CxIconPathHash
impl Sync for CxIconPathHash
impl Unpin for CxIconPathHash
impl UnwindSafe for CxIconPathHash
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