Struct nix::sys::uio::IoVec [−][src]
#[repr(transparent)]pub struct IoVec<T>(_, _);
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for IoVec<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for IoVec<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more