Struct avr_device::atmega32u4::SPI
source · pub struct SPI { /* private fields */ }
Expand description
Serial Peripheral Interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPI
impl RefUnwindSafe for SPI
impl !Sync for SPI
impl Unpin for SPI
impl UnwindSafe for SPI
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