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