Enum lcd1602_driver::utils::BitState
source · pub enum BitState {
Clear,
Set,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for BitState
impl Send for BitState
impl Sync for BitState
impl Unpin for BitState
impl UnwindSafe for BitState
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