pub struct Iterm2Color {
pub r: f64,
pub g: f64,
pub b: f64,
}Fields§
§r: f64§g: f64§b: f64Implementations§
Trait Implementations§
Source§impl Clone for Iterm2Color
impl Clone for Iterm2Color
Source§fn clone(&self) -> Iterm2Color
fn clone(&self) -> Iterm2Color
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for Iterm2Color
impl RefUnwindSafe for Iterm2Color
impl Send for Iterm2Color
impl Sync for Iterm2Color
impl Unpin for Iterm2Color
impl UnwindSafe for Iterm2Color
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