Enum Boffint
pub enum Boffint {
_0 = 0,
_1 = 1,
}Expand description
Bus Off Interrupt
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Boffint
impl Eq for Boffint
impl StructuralPartialEq for Boffint
Auto Trait Implementations§
impl Freeze for Boffint
impl RefUnwindSafe for Boffint
impl Send for Boffint
impl Sync for Boffint
impl Unpin for Boffint
impl UnwindSafe for Boffint
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