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