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