Struct nix::sys::socket::sockopt::OobInline [−][src]
pub struct OobInline;
Expand description
If this option is enabled, out-of-band data is directly placed into the receive data stream.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OobInline
impl UnwindSafe for OobInline
Blanket Implementations
Mutably borrows from an owned value. Read more