pub struct Writer<'s, 'd, W: Word>(/* private fields */);
Expand description
I2S driver writer. Useful for moving write functionality across tasks.
Implementations§
Source§impl<'s, 'd, W: Word> Writer<'s, 'd, W>
impl<'s, 'd, W: Word> Writer<'s, 'd, W>
Auto Trait Implementations§
impl<'s, 'd, W> Freeze for Writer<'s, 'd, W>
impl<'s, 'd, W> RefUnwindSafe for Writer<'s, 'd, W>where
W: RefUnwindSafe,
impl<'s, 'd, W> Send for Writer<'s, 'd, W>where
W: Send,
impl<'s, 'd, W> Sync for Writer<'s, 'd, W>where
W: Sync,
impl<'s, 'd, W> Unpin for Writer<'s, 'd, W>
impl<'s, 'd, W> !UnwindSafe for Writer<'s, 'd, W>
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