pub enum DefaultLines {
One,
Two,
}Expand description
Enumeration of default lines.
Variants§
Trait Implementations§
Source§impl Home for DefaultLines
impl Home for DefaultLines
const FIRST_LINE_ADDRESS: u8 = 0u8
Auto Trait Implementations§
impl Freeze for DefaultLines
impl RefUnwindSafe for DefaultLines
impl Send for DefaultLines
impl Sync for DefaultLines
impl Unpin for DefaultLines
impl UnwindSafe for DefaultLines
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