Struct esp32c3_hal::i2s::PinsBclkWsDin
source · pub struct PinsBclkWsDin<B, W, DI>where
B: OutputPin,
W: OutputPin,
DI: InputPin,{
pub bclk: B,
pub ws: W,
pub din: DI,
}
Fields
bclk: B
ws: W
din: DI
Auto Trait Implementations
impl<B, W, DI> RefUnwindSafe for PinsBclkWsDin<B, W, DI>where
B: RefUnwindSafe,
DI: RefUnwindSafe,
W: RefUnwindSafe,
impl<B, W, DI> Send for PinsBclkWsDin<B, W, DI>where
B: Send,
DI: Send,
W: Send,
impl<B, W, DI> Sync for PinsBclkWsDin<B, W, DI>where
B: Sync,
DI: Sync,
W: Sync,
impl<B, W, DI> Unpin for PinsBclkWsDin<B, W, DI>where
B: Unpin,
DI: Unpin,
W: Unpin,
impl<B, W, DI> UnwindSafe for PinsBclkWsDin<B, W, DI>where
B: UnwindSafe,
DI: UnwindSafe,
W: 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