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