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

pub struct SendTimeout;

Trait Implementations

impl Debug for SendTimeout
[src]

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

Formats the value using the given formatter.

impl Clone for SendTimeout
[src]

fn clone(&self) -> SendTimeout

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for SendTimeout
[src]

impl SetSockOpt for SendTimeout
[src]

type Val = TimeVal

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

impl GetSockOpt for SendTimeout
[src]

type Val = TimeVal

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