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

pub struct OobInline;

Trait Implementations

impl SockOpt for OobInline

type Val = bool

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

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

Derived Implementations

impl Debug for OobInline

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

impl Copy for OobInline

impl Clone for OobInline

fn clone(&self) -> OobInline

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