Struct mio::IoVec [] [src]

pub struct IoVec { /* fields omitted */ }

Methods

impl IoVec
[src]

Trait Implementations

impl<'a> From<&'a [u8]> for &'a IoVec
[src]

Performs the conversion.

impl<'a> From<&'a mut [u8]> for &'a mut IoVec
[src]

Performs the conversion.