Enum Flushinack
#[repr(u8)]pub enum Flushinack {
LOW = 0,
HIGH = 1,
}
Variants§
Implementations§
§impl Flushinack
impl Flushinack
pub const fn from_bits(val: u8) -> Flushinack
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Flushinack
impl Clone for Flushinack
§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 more§impl From<u8> for Flushinack
impl From<u8> for Flushinack
§fn from(val: u8) -> Flushinack
fn from(val: u8) -> Flushinack
Converts to this type from the input type.
§impl Ord for Flushinack
impl Ord for Flushinack
§impl PartialEq for Flushinack
impl PartialEq for Flushinack
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)