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