#[repr(u8)]pub enum EnetStopAck {
ENET_STOP_ACK_0 = 0,
ENET_STOP_ACK_1 = 1,
}Variants§
ENET_STOP_ACK_0 = 0
ENET1 stop acknowledge is not asserted
ENET_STOP_ACK_1 = 1
ENET1 stop acknowledge is asserted
Implementations§
Source§impl EnetStopAck
impl EnetStopAck
Trait Implementations§
Source§impl Clone for EnetStopAck
impl Clone for EnetStopAck
Source§fn clone(&self) -> EnetStopAck
fn clone(&self) -> EnetStopAck
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 EnetStopAck
impl Debug for EnetStopAck
Source§impl From<EnetStopAck> for u8
impl From<EnetStopAck> for u8
Source§fn from(val: EnetStopAck) -> u8
fn from(val: EnetStopAck) -> u8
Converts to this type from the input type.
Source§impl From<u8> for EnetStopAck
impl From<u8> for EnetStopAck
Source§fn from(val: u8) -> EnetStopAck
fn from(val: u8) -> EnetStopAck
Converts to this type from the input type.
Source§impl Ord for EnetStopAck
impl Ord for EnetStopAck
Source§fn cmp(&self, other: &EnetStopAck) -> Ordering
fn cmp(&self, other: &EnetStopAck) -> 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 EnetStopAck
impl PartialEq for EnetStopAck
Source§impl PartialOrd for EnetStopAck
impl PartialOrd for EnetStopAck
impl Copy for EnetStopAck
impl Eq for EnetStopAck
impl StructuralPartialEq for EnetStopAck
Auto Trait Implementations§
impl Freeze for EnetStopAck
impl RefUnwindSafe for EnetStopAck
impl Send for EnetStopAck
impl Sync for EnetStopAck
impl Unpin for EnetStopAck
impl UnwindSafe for EnetStopAck
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