Struct esp32c3_hal::i2s::MclkPin
source · pub struct MclkPin<M>where
M: OutputPin,{
pub mclk: M,
}
Fields
mclk: M
Auto Trait Implementations
impl<M> RefUnwindSafe for MclkPin<M>where
M: RefUnwindSafe,
impl<M> Send for MclkPin<M>where
M: Send,
impl<M> Sync for MclkPin<M>where
M: Sync,
impl<M> Unpin for MclkPin<M>where
M: Unpin,
impl<M> UnwindSafe for MclkPin<M>where
M: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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