pub struct I2sOutput<Role, Data, SPI, SD, CK, WS> { /* private fields */ }Expand description
I2S peripheral
Implementations§
Auto Trait Implementations§
impl<Role, Data, SPI, SD, CK, WS> Freeze for I2sOutput<Role, Data, SPI, SD, CK, WS>
impl<Role, Data, SPI, SD, CK, WS> RefUnwindSafe for I2sOutput<Role, Data, SPI, SD, CK, WS>where
SPI: RefUnwindSafe,
SD: RefUnwindSafe,
CK: RefUnwindSafe,
WS: RefUnwindSafe,
Role: RefUnwindSafe,
Data: RefUnwindSafe,
impl<Role, Data, SPI, SD, CK, WS> Send for I2sOutput<Role, Data, SPI, SD, CK, WS>
impl<Role, Data, SPI, SD, CK, WS> Sync for I2sOutput<Role, Data, SPI, SD, CK, WS>
impl<Role, Data, SPI, SD, CK, WS> Unpin for I2sOutput<Role, Data, SPI, SD, CK, WS>
impl<Role, Data, SPI, SD, CK, WS> UnwindSafe for I2sOutput<Role, Data, SPI, SD, CK, WS>where
SPI: UnwindSafe,
SD: UnwindSafe,
CK: UnwindSafe,
WS: UnwindSafe,
Role: UnwindSafe,
Data: UnwindSafe,
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