pub enum LBDF {
NotDetected = 0,
Detected = 1,
}
Expand description
LIN break detection flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LBDF
impl Eq for LBDF
impl StructuralPartialEq for LBDF
Auto Trait Implementations§
impl Freeze for LBDF
impl RefUnwindSafe for LBDF
impl Send for LBDF
impl Sync for LBDF
impl Unpin for LBDF
impl UnwindSafe for LBDF
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