#[repr(u8)]pub enum ModEnOvCan2Cpi {
MOD_EN_OV_CAN2_CPI_0 = 0,
MOD_EN_OV_CAN2_CPI_1 = 1,
}Variants§
MOD_EN_OV_CAN2_CPI_0 = 0
don’t override module enable signal
MOD_EN_OV_CAN2_CPI_1 = 1
override module enable signal
Implementations§
Trait Implementations§
Source§impl Clone for ModEnOvCan2Cpi
impl Clone for ModEnOvCan2Cpi
Source§fn clone(&self) -> ModEnOvCan2Cpi
fn clone(&self) -> ModEnOvCan2Cpi
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 ModEnOvCan2Cpi
impl Debug for ModEnOvCan2Cpi
Source§impl From<ModEnOvCan2Cpi> for u8
impl From<ModEnOvCan2Cpi> for u8
Source§fn from(val: ModEnOvCan2Cpi) -> u8
fn from(val: ModEnOvCan2Cpi) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ModEnOvCan2Cpi
impl From<u8> for ModEnOvCan2Cpi
Source§fn from(val: u8) -> ModEnOvCan2Cpi
fn from(val: u8) -> ModEnOvCan2Cpi
Converts to this type from the input type.
Source§impl Ord for ModEnOvCan2Cpi
impl Ord for ModEnOvCan2Cpi
Source§fn cmp(&self, other: &ModEnOvCan2Cpi) -> Ordering
fn cmp(&self, other: &ModEnOvCan2Cpi) -> 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 ModEnOvCan2Cpi
impl PartialEq for ModEnOvCan2Cpi
Source§impl PartialOrd for ModEnOvCan2Cpi
impl PartialOrd for ModEnOvCan2Cpi
impl Copy for ModEnOvCan2Cpi
impl Eq for ModEnOvCan2Cpi
impl StructuralPartialEq for ModEnOvCan2Cpi
Auto Trait Implementations§
impl Freeze for ModEnOvCan2Cpi
impl RefUnwindSafe for ModEnOvCan2Cpi
impl Send for ModEnOvCan2Cpi
impl Sync for ModEnOvCan2Cpi
impl Unpin for ModEnOvCan2Cpi
impl UnwindSafe for ModEnOvCan2Cpi
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