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