pub struct Output<T> { /* private fields */ }
Expand description
An write only buffer that may overlap with some input buffer
this allows reuse of that input buffer to turn it into a
Vec<_>
inside of tuple::try_into_vec
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Output<T>
impl<T> RefUnwindSafe for Output<T>where
T: RefUnwindSafe,
impl<T> !Send for Output<T>
impl<T> !Sync for Output<T>
impl<T> Unpin for Output<T>where
T: Unpin,
impl<T> UnwindSafe for Output<T>where
T: RefUnwindSafe + 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