Enum syxpack::NybbleOrder
source · [−]pub enum NybbleOrder {
HighFirst,
LowFirst,
}Expand description
The order of nybbles in a byte.
Variants
HighFirst
LowFirst
Trait Implementations
sourceimpl Clone for NybbleOrder
impl Clone for NybbleOrder
sourcefn clone(&self) -> NybbleOrder
fn clone(&self) -> NybbleOrder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NybbleOrder
impl Debug for NybbleOrder
sourceimpl Hash for NybbleOrder
impl Hash for NybbleOrder
sourceimpl PartialEq<NybbleOrder> for NybbleOrder
impl PartialEq<NybbleOrder> for NybbleOrder
sourcefn eq(&self, other: &NybbleOrder) -> bool
fn eq(&self, other: &NybbleOrder) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for NybbleOrder
impl Eq for NybbleOrder
impl StructuralEq for NybbleOrder
impl StructuralPartialEq for NybbleOrder
Auto Trait Implementations
impl RefUnwindSafe for NybbleOrder
impl Send for NybbleOrder
impl Sync for NybbleOrder
impl Unpin for NybbleOrder
impl UnwindSafe for NybbleOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more