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