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