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