#[repr(u8)]pub enum Enet2Event3inSel {
ENET2_EVENT3IN_SEL_0 = 0,
ENET2_EVENT3IN_SEL_1 = 1,
}Variants§
ENET2_EVENT3IN_SEL_0 = 0
event3 source input from ENET2_1588_EVENT3_IN
ENET2_EVENT3IN_SEL_1 = 1
event3 source input from GPT2.GPT_COMPARE2
Implementations§
Trait Implementations§
Source§impl Clone for Enet2Event3inSel
impl Clone for Enet2Event3inSel
Source§fn clone(&self) -> Enet2Event3inSel
fn clone(&self) -> Enet2Event3inSel
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 Enet2Event3inSel
impl Debug for Enet2Event3inSel
Source§impl From<Enet2Event3inSel> for u8
impl From<Enet2Event3inSel> for u8
Source§fn from(val: Enet2Event3inSel) -> u8
fn from(val: Enet2Event3inSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Enet2Event3inSel
impl From<u8> for Enet2Event3inSel
Source§fn from(val: u8) -> Enet2Event3inSel
fn from(val: u8) -> Enet2Event3inSel
Converts to this type from the input type.
Source§impl Ord for Enet2Event3inSel
impl Ord for Enet2Event3inSel
Source§fn cmp(&self, other: &Enet2Event3inSel) -> Ordering
fn cmp(&self, other: &Enet2Event3inSel) -> 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 Enet2Event3inSel
impl PartialEq for Enet2Event3inSel
Source§impl PartialOrd for Enet2Event3inSel
impl PartialOrd for Enet2Event3inSel
impl Copy for Enet2Event3inSel
impl Eq for Enet2Event3inSel
impl StructuralPartialEq for Enet2Event3inSel
Auto Trait Implementations§
impl Freeze for Enet2Event3inSel
impl RefUnwindSafe for Enet2Event3inSel
impl Send for Enet2Event3inSel
impl Sync for Enet2Event3inSel
impl Unpin for Enet2Event3inSel
impl UnwindSafe for Enet2Event3inSel
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