Struct lightning_time::LightningTimeColors
source · pub struct LightningTimeColors {
pub bolt: Rgb<u8>,
pub zap: Rgb<u8>,
pub spark: Rgb<u8>,
}
Fields§
§bolt: Rgb<u8>
§zap: Rgb<u8>
§spark: Rgb<u8>
Trait Implementations§
source§impl Clone for LightningTimeColors
impl Clone for LightningTimeColors
source§fn clone(&self) -> LightningTimeColors
fn clone(&self) -> LightningTimeColors
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 LightningTimeColors
impl Debug for LightningTimeColors
source§impl PartialEq for LightningTimeColors
impl PartialEq for LightningTimeColors
source§fn eq(&self, other: &LightningTimeColors) -> bool
fn eq(&self, other: &LightningTimeColors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LightningTimeColors
impl Eq for LightningTimeColors
impl StructuralEq for LightningTimeColors
impl StructuralPartialEq for LightningTimeColors
Auto Trait Implementations§
impl RefUnwindSafe for LightningTimeColors
impl Send for LightningTimeColors
impl Sync for LightningTimeColors
impl Unpin for LightningTimeColors
impl UnwindSafe for LightningTimeColors
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