#[repr(u8)]pub enum Synch {
SYNCH_0 = 0,
SYNCH_1 = 1,
}Variants§
SYNCH_0 = 0
FlexCAN is not synchronized to the CAN bus
SYNCH_1 = 1
FlexCAN is synchronized to the CAN bus
Implementations§
Trait Implementations§
Source§impl Ord for Synch
impl Ord for Synch
Source§impl PartialOrd for Synch
impl PartialOrd for Synch
impl Copy for Synch
impl Eq for Synch
impl StructuralPartialEq for Synch
Auto Trait Implementations§
impl Freeze for Synch
impl RefUnwindSafe for Synch
impl Send for Synch
impl Sync for Synch
impl Unpin for Synch
impl UnwindSafe for Synch
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