Struct nix::sys::socket::sockopt::TcpKeepCount
pub struct TcpKeepCount;Documentation
The maximum number of keepalive probes TCP should send before dropping the connection.
Trait Implementations
impl Clone for TcpKeepCount
fn clone(&Self) -> TcpKeepCountimpl Copy for TcpKeepCountimpl Debug for TcpKeepCount
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for TcpKeepCountimpl Hash for TcpKeepCount
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<TcpKeepCount> for TcpKeepCount
fn eq(&Self, other: &TcpKeepCount) -> boolimpl StructuralEq for TcpKeepCountimpl StructuralPartialEq for TcpKeepCountimpl SetSockOpt for TcpKeepCount
impl GetSockOpt for TcpKeepCount
Auto Trait Implementations
impl RefUnwindSafe for TcpKeepCountimpl Send for TcpKeepCountimpl Sync for TcpKeepCountimpl Unpin for TcpKeepCountimpl UnwindSafe for TcpKeepCountBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T