pub enum SpiBitFormat {
LsbFirst,
MsbFirst,
}
Expand description
The bit format to send the data in
Variants§
Trait Implementations§
Source§impl Clone for SpiBitFormat
impl Clone for SpiBitFormat
Source§fn clone(&self) -> SpiBitFormat
fn clone(&self) -> SpiBitFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SpiBitFormat
impl Debug for SpiBitFormat
impl Copy for SpiBitFormat
Auto Trait Implementations§
impl Freeze for SpiBitFormat
impl RefUnwindSafe for SpiBitFormat
impl Send for SpiBitFormat
impl Sync for SpiBitFormat
impl Unpin for SpiBitFormat
impl UnwindSafe for SpiBitFormat
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