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