pub struct TcpUserTimeout;Available on crate feature
net only.Expand description
Specifies the maximum amount of time in milliseconds that transmitted data may remain unacknowledged before TCP will forcibly close the corresponding connection
Trait Implementations§
Source§impl Clone for TcpUserTimeout
Available on crate feature socket only.
impl Clone for TcpUserTimeout
Available on crate feature
socket only.Source§fn clone(&self) -> TcpUserTimeout
fn clone(&self) -> TcpUserTimeout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TcpUserTimeout
Available on crate feature socket only.
impl Debug for TcpUserTimeout
Available on crate feature
socket only.Source§impl GetSockOpt for TcpUserTimeout
Available on crate feature socket only.
impl GetSockOpt for TcpUserTimeout
Available on crate feature
socket only.Source§impl Hash for TcpUserTimeout
Available on crate feature socket only.
impl Hash for TcpUserTimeout
Available on crate feature
socket only.Source§impl PartialEq for TcpUserTimeout
Available on crate feature socket only.
impl PartialEq for TcpUserTimeout
Available on crate feature
socket only.Source§impl SetSockOpt for TcpUserTimeout
Available on crate feature socket only.
impl SetSockOpt for TcpUserTimeout
Available on crate feature
socket only.impl Copy for TcpUserTimeout
Available on crate feature
socket only.impl Eq for TcpUserTimeout
Available on crate feature
socket only.impl StructuralPartialEq for TcpUserTimeout
Available on crate feature
socket only.Auto Trait Implementations§
impl Freeze for TcpUserTimeout
Available on Unix only.
impl RefUnwindSafe for TcpUserTimeout
Available on Unix only.
impl Send for TcpUserTimeout
Available on Unix only.
impl Sync for TcpUserTimeout
Available on Unix only.
impl Unpin for TcpUserTimeout
Available on Unix only.
impl UnwindSafe for TcpUserTimeout
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.