#[repr(u8)]pub enum Gpt2Capin1Sel {
GPT2_CAPIN1_SEL_0 = 0,
GPT2_CAPIN1_SEL_1 = 1,
}Variants§
GPT2_CAPIN1_SEL_0 = 0
source from GPT2_CAPTURE1
GPT2_CAPIN1_SEL_1 = 1
source from ENET_1588_EVENT3_OUT (chnnal 3 of IEEE 1588 timer)
Implementations§
Source§impl Gpt2Capin1Sel
impl Gpt2Capin1Sel
Trait Implementations§
Source§impl Clone for Gpt2Capin1Sel
impl Clone for Gpt2Capin1Sel
Source§fn clone(&self) -> Gpt2Capin1Sel
fn clone(&self) -> Gpt2Capin1Sel
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 Gpt2Capin1Sel
impl Debug for Gpt2Capin1Sel
Source§impl From<Gpt2Capin1Sel> for u8
impl From<Gpt2Capin1Sel> for u8
Source§fn from(val: Gpt2Capin1Sel) -> u8
fn from(val: Gpt2Capin1Sel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Gpt2Capin1Sel
impl From<u8> for Gpt2Capin1Sel
Source§fn from(val: u8) -> Gpt2Capin1Sel
fn from(val: u8) -> Gpt2Capin1Sel
Converts to this type from the input type.
Source§impl Ord for Gpt2Capin1Sel
impl Ord for Gpt2Capin1Sel
Source§fn cmp(&self, other: &Gpt2Capin1Sel) -> Ordering
fn cmp(&self, other: &Gpt2Capin1Sel) -> 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 Gpt2Capin1Sel
impl PartialEq for Gpt2Capin1Sel
Source§impl PartialOrd for Gpt2Capin1Sel
impl PartialOrd for Gpt2Capin1Sel
impl Copy for Gpt2Capin1Sel
impl Eq for Gpt2Capin1Sel
impl StructuralPartialEq for Gpt2Capin1Sel
Auto Trait Implementations§
impl Freeze for Gpt2Capin1Sel
impl RefUnwindSafe for Gpt2Capin1Sel
impl Send for Gpt2Capin1Sel
impl Sync for Gpt2Capin1Sel
impl Unpin for Gpt2Capin1Sel
impl UnwindSafe for Gpt2Capin1Sel
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