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