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§
impl Freeze for Hspi
impl RefUnwindSafe for Hspi
impl Unpin for Hspi
impl UnsafeUnpin for Hspi
impl UnwindSafe for Hspi
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