Enum stm32f4xx_hal::spi::BitFormat
source · [−]pub enum BitFormat {
LsbFirst,
MsbFirst,
}
Expand description
The bit format to send the data in
Variants
LsbFirst
Least significant bit first
MsbFirst
Most significant bit first
Trait Implementations
impl Copy for BitFormat
impl Eq for BitFormat
impl StructuralEq for BitFormat
impl StructuralPartialEq for BitFormat
Auto Trait Implementations
impl RefUnwindSafe for BitFormat
impl Send for BitFormat
impl Sync for BitFormat
impl Unpin for BitFormat
impl UnwindSafe for BitFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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