Fields
pub iov_base: *mut ::c_void
pub iov_len: ::size_t
Trait Implementations
impl Debug for iovec
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for iovec
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for iovec
impl StructuralPartialEq for iovec
Auto Trait Implementations
impl RefUnwindSafe for iovec
impl UnwindSafe for iovec
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T