pub struct RamWriter<'s, S: DcxPin> { /* private fields */ }
Expand description
A helper RAII object for writing data after a command.
Trait Implementations§
Auto Trait Implementations§
impl<'s, S> Freeze for RamWriter<'s, S>
impl<'s, S> RefUnwindSafe for RamWriter<'s, S>where
S: RefUnwindSafe,
impl<'s, S> Send for RamWriter<'s, S>where
S: Send,
impl<'s, S> Sync for RamWriter<'s, S>where
S: Sync,
impl<'s, S> Unpin for RamWriter<'s, S>
impl<'s, S> !UnwindSafe for RamWriter<'s, S>
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