Enum esp32c2_hal::spi::SpiMode
source · pub enum SpiMode {
Mode0,
Mode1,
Mode2,
Mode3,
}
Variants
Mode0
Mode1
Mode2
Mode3
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SpiMode
impl Send for SpiMode
impl Sync for SpiMode
impl Unpin for SpiMode
impl UnwindSafe for SpiMode
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