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