Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/
Dlib.rs661 pub struct MsgHdrMut<'addr, 'bufs, 'control> { struct
672 impl<'addr, 'bufs, 'control> MsgHdrMut<'addr, 'bufs, 'control> { impl
718 impl<'name, 'bufs, 'control> fmt::Debug for MsgHdrMut<'name, 'bufs, 'control> { implementation