Enum Epin
pub enum Epin {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[PIN] status indication feature
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for Epin
impl Eq for Epin
impl StructuralPartialEq for Epin
Auto Trait Implementations§
impl Freeze for Epin
impl RefUnwindSafe for Epin
impl Send for Epin
impl Sync for Epin
impl Unpin for Epin
impl UnwindSafe for Epin
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