Enum Boffrec
pub enum Boffrec {
_0 = 0,
_1 = 1,
}Expand description
Bus Off Recovery
Value on reset: 0
Variants§
_0 = 0
0: Automatic recovering from Bus Off state enabled.
_1 = 1
1: Automatic recovering from Bus Off state disabled.
Trait Implementations§
impl Copy for Boffrec
impl Eq for Boffrec
impl StructuralPartialEq for Boffrec
Auto Trait Implementations§
impl Freeze for Boffrec
impl RefUnwindSafe for Boffrec
impl Send for Boffrec
impl Sync for Boffrec
impl Unpin for Boffrec
impl UnwindSafe for Boffrec
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