#[repr(C)]pub struct Spis { /* private fields */ }
Expand description
SPI Slave Mode
Implementations§
Auto Trait Implementations§
impl !Freeze for Spis
impl !RefUnwindSafe for Spis
impl Send for Spis
impl !Sync for Spis
impl Unpin for Spis
impl UnwindSafe for Spis
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