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