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