pub enum OA1MODE {
Bit7 = 0,
Bit10 = 1,
}
Expand description
OA1MODE
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for OA1MODE
impl Eq for OA1MODE
impl StructuralPartialEq for OA1MODE
Auto Trait Implementations§
impl Freeze for OA1MODE
impl RefUnwindSafe for OA1MODE
impl Send for OA1MODE
impl Sync for OA1MODE
impl Unpin for OA1MODE
impl UnwindSafe for OA1MODE
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