Enum std::os::unix::net::AncillaryData [−][src]
pub enum AncillaryData<'a> { ScmRights(ScmRights<'a>), ScmCredentials(ScmCredentials<'a>), }
This is supported on Unix only.
Expand description
This enum represent one control message of variable type.
Variants
ScmRights(ScmRights<'a>)
ScmCredentials(ScmCredentials<'a>)