Struct nix::sys::socket::sockopt::SendTimeout
pub struct SendTimeout;Documentation
Specify the sending timeout until reporting an error.
Trait Implementations
impl Clone for SendTimeout
fn clone(&Self) -> SendTimeoutimpl Copy for SendTimeoutimpl Debug for SendTimeout
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for SendTimeoutimpl Hash for SendTimeout
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<SendTimeout> for SendTimeout
fn eq(&Self, other: &SendTimeout) -> boolimpl SetSockOpt for SendTimeout
impl GetSockOpt for SendTimeout
impl StructuralEq for SendTimeoutimpl StructuralPartialEq for SendTimeoutAuto Trait Implementations
impl RefUnwindSafe for SendTimeoutimpl Send for SendTimeoutimpl Sync for SendTimeoutimpl Unpin for SendTimeoutimpl UnwindSafe for SendTimeoutBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T