Skip to main content

CMsgRef

Type Alias CMsgRef 

Source
pub type CMsgRef<'a> = AncillaryRef<'a>;
๐Ÿ‘ŽDeprecated since 0.12.0:

use compio_io::ancillary::AncillaryRef instead

Available on crate feature net only.
Expand description

Reference to a control message.

Aliased Typeยง

pub struct CMsgRef<'a>(/* private fields */);