pub struct SyncSlave<Ch: SaiChannel> { /* private fields */ }
Expand description
Synchronous SAI sub-block which as been configured as a slave.
Auto Trait Implementations§
impl<Ch> Freeze for SyncSlave<Ch>
impl<Ch> RefUnwindSafe for SyncSlave<Ch>
impl<Ch> Send for SyncSlave<Ch>
impl<Ch> Sync for SyncSlave<Ch>
impl<Ch> Unpin for SyncSlave<Ch>
impl<Ch> UnwindSafe for SyncSlave<Ch>
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