pub struct TcpKeepCount;
Expand description
The maximum number of keepalive probes TCP should send before dropping the connection.
Trait Implementations
sourceimpl Clone for TcpKeepCount
impl Clone for TcpKeepCount
sourcefn clone(&self) -> TcpKeepCount
fn clone(&self) -> TcpKeepCount
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TcpKeepCount
impl Debug for TcpKeepCount
sourceimpl GetSockOpt for TcpKeepCount
impl GetSockOpt for TcpKeepCount
sourceimpl Hash for TcpKeepCount
impl Hash for TcpKeepCount
sourceimpl PartialEq<TcpKeepCount> for TcpKeepCount
impl PartialEq<TcpKeepCount> for TcpKeepCount
sourcefn eq(&self, other: &TcpKeepCount) -> bool
fn eq(&self, other: &TcpKeepCount) -> bool
sourceimpl SetSockOpt for TcpKeepCount
impl SetSockOpt for TcpKeepCount
impl Copy for TcpKeepCount
impl Eq for TcpKeepCount
impl StructuralEq for TcpKeepCount
impl StructuralPartialEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more