pub struct RGBZones {
pub zones: HashMap<Zone, RGBZone>,
pub exists: bool,
}Expand description
Setup of all of the LEDs
Fields§
§zones: HashMap<Zone, RGBZone>§exists: boolTrait Implementations§
impl Eq for RGBZones
impl StructuralPartialEq for RGBZones
Auto Trait Implementations§
impl Freeze for RGBZones
impl RefUnwindSafe for RGBZones
impl Send for RGBZones
impl Sync for RGBZones
impl Unpin for RGBZones
impl UnwindSafe for RGBZones
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