pub enum OA1MODEW {
BIT7,
BIT10,
}
Expand description
Values that can be written to the field OA1MODE
Variants§
Auto Trait Implementations§
impl Freeze for OA1MODEW
impl RefUnwindSafe for OA1MODEW
impl Send for OA1MODEW
impl Sync for OA1MODEW
impl Unpin for OA1MODEW
impl UnwindSafe for OA1MODEW
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