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