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) -> SendTimeout
impl Copy for SendTimeout
impl Debug for SendTimeout
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for SendTimeout
impl Hash for SendTimeout
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<SendTimeout> for SendTimeout
fn eq(&Self, other: &SendTimeout) -> bool
impl SetSockOpt for SendTimeout
impl GetSockOpt for SendTimeout
impl StructuralEq for SendTimeout
impl StructuralPartialEq for SendTimeout
Auto Trait Implementations
impl RefUnwindSafe for SendTimeout
impl Send for SendTimeout
impl Sync for SendTimeout
impl Unpin for SendTimeout
impl UnwindSafe for SendTimeout
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T