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