Struct esp8266_hal::gpio::I2S
source · [−]pub struct I2S {}
Expand description
Pin is used by I2S
Auto Trait Implementations
impl RefUnwindSafe for I2S
impl Send for I2S
impl Sync for I2S
impl Unpin for I2S
impl UnwindSafe for I2S
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