Searched defs:ScmCredentials (Results 1 – 1 of 1) sorted by relevance
413 pub struct ScmCredentials<'a>(AncillaryDataIter<'a, ()>); struct420 pub struct ScmCredentials<'a>(AncillaryDataIter<'a, libc::ucred>); struct424 pub struct ScmCredentials<'a>(AncillaryDataIter<'a, libc::sockcred2>); struct428 pub struct ScmCredentials<'a>(AncillaryDataIter<'a, libc::sockcred>); struct438 impl<'a> Iterator for ScmCredentials<'a> { implementation465 ScmCredentials(ScmCredentials<'a>), enumerator