Struct nix::sys::uio::IoVec [−][src]
#[repr(C)]pub struct IoVec<T>(_, _);
Implementations
impl<'a> IoVec<&'a mut [u8]>
[src]
impl<'a> IoVec<&'a mut [u8]>
[src]Trait Implementations
impl<T: Copy> Copy for IoVec<T>
[src]
impl<T: Eq> Eq for IoVec<T>
[src]
impl<T> StructuralEq for IoVec<T>
[src]
impl<T> StructuralPartialEq for IoVec<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for IoVec<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> !Send for IoVec<T>
impl<T> !Sync for IoVec<T>
impl<T> Unpin for IoVec<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for IoVec<T> where
T: UnwindSafe,
T: UnwindSafe,