#[repr(u8)]pub enum Idle {
CAN_BUS_NOT_IDLE = 0,
CAN_BUS_IDLE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Idle
impl Ord for Idle
Source§impl PartialOrd for Idle
impl PartialOrd for Idle
impl Copy for Idle
impl Eq for Idle
impl StructuralPartialEq for Idle
Auto Trait Implementations§
impl Freeze for Idle
impl RefUnwindSafe for Idle
impl Send for Idle
impl Sync for Idle
impl Unpin for Idle
impl UnwindSafe for Idle
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