Enum esp32c2_hal::spi::SpiMode
source · pub enum SpiMode {
Mode0,
Mode1,
Mode2,
Mode3,
}
Variants§
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§
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