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