#[repr(u8)]pub enum Awrwaitunit {
VAL0 = 0,
VAL1 = 1,
VAL2 = 2,
VAL3 = 3,
VAL4 = 4,
VAL5 = 5,
VAL6 = 6,
VAL7 = 7,
}Variants§
VAL0 = 0
2
VAL1 = 1
8
VAL2 = 2
32
VAL3 = 3
128
VAL4 = 4
512
VAL5 = 5
2048
VAL6 = 6
8192
VAL7 = 7
32768
Implementations§
Source§impl Awrwaitunit
impl Awrwaitunit
Trait Implementations§
Source§impl Clone for Awrwaitunit
impl Clone for Awrwaitunit
Source§fn clone(&self) -> Awrwaitunit
fn clone(&self) -> Awrwaitunit
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 Awrwaitunit
impl Debug for Awrwaitunit
Source§impl From<Awrwaitunit> for u8
impl From<Awrwaitunit> for u8
Source§fn from(val: Awrwaitunit) -> u8
fn from(val: Awrwaitunit) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Awrwaitunit
impl From<u8> for Awrwaitunit
Source§fn from(val: u8) -> Awrwaitunit
fn from(val: u8) -> Awrwaitunit
Converts to this type from the input type.
Source§impl Ord for Awrwaitunit
impl Ord for Awrwaitunit
Source§fn cmp(&self, other: &Awrwaitunit) -> Ordering
fn cmp(&self, other: &Awrwaitunit) -> 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 Awrwaitunit
impl PartialEq for Awrwaitunit
Source§impl PartialOrd for Awrwaitunit
impl PartialOrd for Awrwaitunit
impl Copy for Awrwaitunit
impl Eq for Awrwaitunit
impl StructuralPartialEq for Awrwaitunit
Auto Trait Implementations§
impl Freeze for Awrwaitunit
impl RefUnwindSafe for Awrwaitunit
impl Send for Awrwaitunit
impl Sync for Awrwaitunit
impl Unpin for Awrwaitunit
impl UnwindSafe for Awrwaitunit
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