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