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