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