#[repr(u8)]pub enum ModEnOvCan1Cpi {
MOD_EN_OV_CAN1_CPI_0 = 0,
MOD_EN_OV_CAN1_CPI_1 = 1,
}Variants§
MOD_EN_OV_CAN1_CPI_0 = 0
don’t overide module enable signal
MOD_EN_OV_CAN1_CPI_1 = 1
overide module enable signal
Implementations§
Trait Implementations§
Source§impl Clone for ModEnOvCan1Cpi
impl Clone for ModEnOvCan1Cpi
Source§fn clone(&self) -> ModEnOvCan1Cpi
fn clone(&self) -> ModEnOvCan1Cpi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModEnOvCan1Cpi
impl Debug for ModEnOvCan1Cpi
Source§impl From<ModEnOvCan1Cpi> for u8
impl From<ModEnOvCan1Cpi> for u8
Source§fn from(val: ModEnOvCan1Cpi) -> u8
fn from(val: ModEnOvCan1Cpi) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ModEnOvCan1Cpi
impl From<u8> for ModEnOvCan1Cpi
Source§fn from(val: u8) -> ModEnOvCan1Cpi
fn from(val: u8) -> ModEnOvCan1Cpi
Converts to this type from the input type.
Source§impl Ord for ModEnOvCan1Cpi
impl Ord for ModEnOvCan1Cpi
Source§fn cmp(&self, other: &ModEnOvCan1Cpi) -> Ordering
fn cmp(&self, other: &ModEnOvCan1Cpi) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ModEnOvCan1Cpi
impl PartialEq for ModEnOvCan1Cpi
Source§impl PartialOrd for ModEnOvCan1Cpi
impl PartialOrd for ModEnOvCan1Cpi
impl Copy for ModEnOvCan1Cpi
impl Eq for ModEnOvCan1Cpi
impl StructuralPartialEq for ModEnOvCan1Cpi
Auto Trait Implementations§
impl Freeze for ModEnOvCan1Cpi
impl RefUnwindSafe for ModEnOvCan1Cpi
impl Send for ModEnOvCan1Cpi
impl Sync for ModEnOvCan1Cpi
impl Unpin for ModEnOvCan1Cpi
impl UnwindSafe for ModEnOvCan1Cpi
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