pub struct SpiRegisters { /* private fields */ }Expand description
Serial peripheral interface
Auto Trait Implementations§
impl !Freeze for SpiRegisters
impl !RefUnwindSafe for SpiRegisters
impl Send for SpiRegisters
impl !Sync for SpiRegisters
impl Unpin for SpiRegisters
impl UnwindSafe for SpiRegisters
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