Struct Hspi
pub struct Hspi { /* private fields */ }
Expand description
HSPI.
Implementations§
Trait Implementations§
impl Copy for Hspi
impl Eq for Hspi
impl Send for Hspi
impl StructuralPartialEq for Hspi
impl Sync for Hspi
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