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

pub struct SendTimeout;

Trait Implementations

impl SetSockOpt for SendTimeout

type Val = TimeVal

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

impl GetSockOpt for SendTimeout

type Val = TimeVal

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

Derived Implementations

impl Debug for SendTimeout

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

impl Clone for SendTimeout

fn clone(&self) -> SendTimeout

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

impl Copy for SendTimeout