pub struct SPIConnection;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SPIConnection
impl RefUnwindSafe for SPIConnection
impl Send for SPIConnection
impl Sync for SPIConnection
impl Unpin for SPIConnection
impl UnwindSafe for SPIConnection
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