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