Struct lightning_time::LightningBaseColors
source · pub struct LightningBaseColors(pub u8, pub u8);
Tuple Fields§
§0: u8
§1: u8
Trait Implementations§
source§impl Clone for LightningBaseColors
impl Clone for LightningBaseColors
source§fn clone(&self) -> LightningBaseColors
fn clone(&self) -> LightningBaseColors
Returns a copy 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 Debug for LightningBaseColors
impl Debug for LightningBaseColors
source§impl PartialEq for LightningBaseColors
impl PartialEq for LightningBaseColors
source§fn eq(&self, other: &LightningBaseColors) -> bool
fn eq(&self, other: &LightningBaseColors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LightningBaseColors
impl Eq for LightningBaseColors
impl StructuralEq for LightningBaseColors
impl StructuralPartialEq for LightningBaseColors
Auto Trait Implementations§
impl RefUnwindSafe for LightningBaseColors
impl Send for LightningBaseColors
impl Sync for LightningBaseColors
impl Unpin for LightningBaseColors
impl UnwindSafe for LightningBaseColors
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