pub struct IoVec<T>(/* private fields */);
👎Deprecated since 0.24.0:
IoVec
is no longer used in the public interface, use IoSlice
or IoSliceMut
insteadExpand description
Implementations§
Trait Implementations§
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> StructuralPartialEq for IoVec<T>
impl<T> Sync for IoVec<T>where
T: Sync,
Auto Trait Implementations§
impl<T> Freeze for IoVec<T>
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)