pub struct Settings {
pub brightness: u8,
pub color_order: ColorOrder,
pub announce_layout: bool,
pub timing: Timing,
}Expand description
How a wall should be driven.
Fields§
§brightness: u8§color_order: ColorOrder§announce_layout: boolSend a layout frame before the first frame. Off by default: a provisioned card takes its control area from EEPROM, and the layout frame blanks it.
timing: TimingTrait Implementations§
impl Copy for Settings
impl Eq for Settings
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnsafeUnpin for Settings
impl UnwindSafe for Settings
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