Struct nix::sys::socket::sockopt::OobInline [] [src]

pub struct OobInline;

Trait Implementations

impl SetSockOpt for OobInline

type Val = bool

fn set(&self, fd: RawFd, val: &bool) -> Result<()>

impl GetSockOpt for OobInline

type Val = bool

fn get(&self, fd: RawFd) -> Result<bool>

Derived Implementations

impl Debug for OobInline

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for OobInline

fn clone(&self) -> OobInline

fn clone_from(&mut self, source: &Self)

impl Copy for OobInline