Enum ag_lcd::AutoScroll
source · #[repr(u8)]pub enum AutoScroll {
On = 1,
Off = 0,
}
Expand description
Flag that sets the display to autoscroll
Variants§
Auto Trait Implementations§
impl Freeze for AutoScroll
impl RefUnwindSafe for AutoScroll
impl Send for AutoScroll
impl Sync for AutoScroll
impl Unpin for AutoScroll
impl UnwindSafe for AutoScroll
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