Home
last modified time | relevance | path

Searched defs:MsgHdrMut (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/socket2/src/
Dlib.rs673 pub struct MsgHdrMut<'addr, 'bufs, 'control> { struct
684 impl<'addr, 'bufs, 'control> MsgHdrMut<'addr, 'bufs, 'control> { argument
739 impl<'name, 'bufs, 'control> fmt::Debug for MsgHdrMut<'name, 'bufs, 'control> { implementation