Enum esp32c6_hal::parl_io::BitPackOrder
source · pub enum BitPackOrder {
Msb = 0,
Lsb = 1,
}
Expand description
Parallel IO bit packing order
Variants§
Trait Implementations§
source§impl Clone for BitPackOrder
impl Clone for BitPackOrder
source§fn clone(&self) -> BitPackOrder
fn clone(&self) -> BitPackOrder
Returns a copy 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 BitPackOrder
impl Debug for BitPackOrder
source§impl PartialEq for BitPackOrder
impl PartialEq for BitPackOrder
source§fn eq(&self, other: &BitPackOrder) -> bool
fn eq(&self, other: &BitPackOrder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BitPackOrder
impl StructuralPartialEq for BitPackOrder
Auto Trait Implementations§
impl RefUnwindSafe for BitPackOrder
impl Send for BitPackOrder
impl Sync for BitPackOrder
impl Unpin for BitPackOrder
impl UnwindSafe for BitPackOrder
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