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