#[repr(transparent)]pub struct IoVec<T>(_, _);
👎Deprecated since 0.24.0:
IoVec
is no longer used in the public interface, use IoSlice
or IoSliceMut
instead
Expand description
Implementations
Trait Implementations
sourceimpl<T: PartialEq> PartialEq<IoVec<T>> for IoVec<T>
impl<T: PartialEq> PartialEq<IoVec<T>> for IoVec<T>
impl<T: Copy> Copy for IoVec<T>
impl<T: Eq> Eq for IoVec<T>
impl<T> Send for IoVec<T>where
T: Send,
impl<T> StructuralEq for IoVec<T>
impl<T> StructuralPartialEq for IoVec<T>
impl<T> Sync for IoVec<T>where
T: Sync,
Auto Trait Implementations
impl<T> RefUnwindSafe for IoVec<T>where
T: RefUnwindSafe,
impl<T> Unpin for IoVec<T>where
T: Unpin,
impl<T> UnwindSafe for IoVec<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more