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