Struct nix::sys::socket::sockopt::SendTimeout
[−]
[src]
pub struct SendTimeout;
Trait Implementations
impl Copy for SendTimeout
[src]
impl Copy for SendTimeout
impl Clone for SendTimeout
[src]
impl Clone for SendTimeout
fn clone(&self) -> SendTimeout
[src]
fn clone(&self) -> SendTimeout
Returns 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 SendTimeout
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl SetSockOpt for SendTimeout
[src]
impl SetSockOpt for SendTimeout
impl GetSockOpt for SendTimeout
[src]
impl GetSockOpt for SendTimeout
Auto Trait Implementations
impl Send for SendTimeout
impl Send for SendTimeout
impl Sync for SendTimeout
impl Sync for SendTimeout