pub enum FRER {
NoError = 0,
Error = 1,
}
Expand description
TI frame format error
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FRER
impl Eq for FRER
impl StructuralPartialEq for FRER
Auto Trait Implementations§
impl Freeze for FRER
impl RefUnwindSafe for FRER
impl Send for FRER
impl Sync for FRER
impl Unpin for FRER
impl UnwindSafe for FRER
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