Struct stm32_metapac::spi::Spi
pub struct Spi { /* private fields */ }
Expand description
Serial peripheral interface
Implementations§
Trait Implementations§
impl Copy for Spi
impl Eq for Spi
impl Send for Spi
impl StructuralPartialEq for Spi
impl Sync for Spi
Auto Trait Implementations§
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