Struct nix::sys::socket::RecvMsg
[−]
[src]
pub struct RecvMsg<'a> {
pub bytes: usize,
pub address: Option<SockAddr>,
pub flags: SockMessageFlags,
// some fields omitted
}Fields
bytes | |
address | |
flags |
Methods
impl<'a> RecvMsg<'a>
fn cmsgs(&self) -> CmsgIterator
Iterate over the valid control messages pointed to by this msghdr.