#[repr(transparent)]pub struct IoVec<T>(_, _);
Implementations
Trait Implementations
impl<T: Copy> Copy for IoVec<T>
impl<T: Eq> Eq for IoVec<T>
impl<T> StructuralEq for IoVec<T>
impl<T> StructuralPartialEq for IoVec<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for IoVec<T> where
T: RefUnwindSafe,
impl<T> !Send for IoVec<T>
impl<T> !Sync for IoVec<T>
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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