pub struct ColourRgbId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for ColourRgbId
impl Clone for ColourRgbId
Source§fn clone(&self) -> ColourRgbId
fn clone(&self) -> ColourRgbId
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 ColourRgbId
Source§impl Debug for ColourRgbId
impl Debug for ColourRgbId
impl Eq for ColourRgbId
Source§impl Hash for ColourRgbId
impl Hash for ColourRgbId
Source§impl PartialEq for ColourRgbId
impl PartialEq for ColourRgbId
Source§fn eq(&self, other: &ColourRgbId) -> bool
fn eq(&self, other: &ColourRgbId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColourRgbId
Auto Trait Implementations§
impl Freeze for ColourRgbId
impl RefUnwindSafe for ColourRgbId
impl Send for ColourRgbId
impl Sync for ColourRgbId
impl Unpin for ColourRgbId
impl UnsafeUnpin for ColourRgbId
impl UnwindSafe for ColourRgbId
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