Struct nix::sys::socket::sockopt::TcpKeepIdle
pub struct TcpKeepIdle;Documentation
The time (in seconds) the connection needs to remain idle before TCP starts sending keepalive probes
Trait Implementations
impl Clone for TcpKeepIdle
fn clone(&Self) -> TcpKeepIdleimpl Copy for TcpKeepIdleimpl Debug for TcpKeepIdle
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for TcpKeepIdleimpl Hash for TcpKeepIdle
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<TcpKeepIdle> for TcpKeepIdle
fn eq(&Self, other: &TcpKeepIdle) -> boolimpl StructuralEq for TcpKeepIdleimpl StructuralPartialEq for TcpKeepIdleimpl SetSockOpt for TcpKeepIdle
impl GetSockOpt for TcpKeepIdle
Auto Trait Implementations
impl RefUnwindSafe for TcpKeepIdleimpl Send for TcpKeepIdleimpl Sync for TcpKeepIdleimpl Unpin for TcpKeepIdleimpl UnwindSafe for TcpKeepIdleBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T