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