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