Struct nix::sys::socket::sockopt::SendTimeout [−][src]
pub struct SendTimeout;
Trait Implementations
impl Copy for SendTimeout[src]
impl Copy for SendTimeoutimpl Clone for SendTimeout[src]
impl Clone for SendTimeoutfn clone(&self) -> SendTimeout[src]
fn clone(&self) -> SendTimeoutReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SendTimeout[src]
impl Debug for SendTimeoutfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl SetSockOpt for SendTimeout[src]
impl SetSockOpt for SendTimeoutimpl GetSockOpt for SendTimeout[src]
impl GetSockOpt for SendTimeoutAuto Trait Implementations
impl Send for SendTimeout
impl Send for SendTimeoutimpl Sync for SendTimeout
impl Sync for SendTimeout