pub struct MatrixLedProtocolConfig {
pub display1_enabled: bool,
pub display2_enabled: bool,
pub display1_characters: u8,
pub display2_characters: u8,
}Expand description
Protocol structures for LED Matrix
Fields§
§display1_enabled: bool§display2_enabled: bool§display1_characters: u8§display2_characters: u8Auto Trait Implementations§
impl Freeze for MatrixLedProtocolConfig
impl RefUnwindSafe for MatrixLedProtocolConfig
impl Send for MatrixLedProtocolConfig
impl Sync for MatrixLedProtocolConfig
impl Unpin for MatrixLedProtocolConfig
impl UnsafeUnpin for MatrixLedProtocolConfig
impl UnwindSafe for MatrixLedProtocolConfig
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