pub struct Spi0 { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Spi0
impl Eq for Spi0
impl Send for Spi0
Serial Peripheral Interface
impl StructuralPartialEq for Spi0
impl Sync for Spi0
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