Struct busrt::comm::TtlBufWriter
source · pub struct TtlBufWriter<W> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> !RefUnwindSafe for TtlBufWriter<W>
impl<W> Send for TtlBufWriter<W>where W: Send,
impl<W> Sync for TtlBufWriter<W>where W: Send,
impl<W> Unpin for TtlBufWriter<W>
impl<W> !UnwindSafe for TtlBufWriter<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