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