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