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