Struct lifx_api_server::LifxColor
source · [−]Expand description
Represents an LIFX Color
Fields
hue: u16saturation: u16kelvin: u16brightness: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LifxColor
impl Send for LifxColor
impl Sync for LifxColor
impl Unpin for LifxColor
impl UnwindSafe for LifxColor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more