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