Struct esp32c3_hal::i2s::NoMclk
source · pub struct NoMclk {}
Expand description
No MCLK pin
Trait Implementations§
source§impl I2sMclkPin for NoMclk
impl I2sMclkPin for NoMclk
fn configure<I>(&mut self, _instance: &mut I)where I: RegisterAccess,
Auto Trait Implementations§
impl RefUnwindSafe for NoMclk
impl Send for NoMclk
impl Sync for NoMclk
impl Unpin for NoMclk
impl UnwindSafe for NoMclk
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