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