Struct esp8266_hal::gpio::HSPI
source · [−]pub struct HSPI {}
Expand description
Pin is used by HSPI
Auto Trait Implementations
impl RefUnwindSafe for HSPI
impl Send for HSPI
impl Sync for HSPI
impl Unpin for HSPI
impl UnwindSafe for HSPI
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more