pub struct RGBZone {
pub zone: Zone,
pub red: u8,
pub green: u8,
pub blue: u8,
}Expand description
Setup of a particular LED
Fields§
§zone: Zone§red: u8§green: u8§blue: u8Trait Implementations§
impl Copy for RGBZone
impl Eq for RGBZone
impl StructuralPartialEq for RGBZone
Auto Trait Implementations§
impl Freeze for RGBZone
impl RefUnwindSafe for RGBZone
impl Send for RGBZone
impl Sync for RGBZone
impl Unpin for RGBZone
impl UnwindSafe for RGBZone
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