Struct nix::sys::socket::sockopt::OobInline
pub struct OobInline;
Documentation
If this option is enabled, out-of-band data is directly placed into the receive data stream.
Trait Implementations
impl Debug for OobInline
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for OobInline
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for OobInline
impl StructuralPartialEq for OobInline
Auto Trait Implementations
impl RefUnwindSafe for OobInline
impl UnwindSafe for OobInline
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T