pub struct TcpKeepCount;
Expand description
The maximum number of keepalive probes TCP should send before dropping the connection.
Trait Implementations§
source§impl Clone for TcpKeepCount
impl Clone for TcpKeepCount
source§fn clone(&self) -> TcpKeepCount
fn clone(&self) -> TcpKeepCount
Returns a copy 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 TcpKeepCount
impl Debug for TcpKeepCount
source§impl GetSockOpt for TcpKeepCount
impl GetSockOpt for TcpKeepCount
source§impl Hash for TcpKeepCount
impl Hash for TcpKeepCount
source§impl PartialEq for TcpKeepCount
impl PartialEq for TcpKeepCount
source§impl SetSockOpt for TcpKeepCount
impl SetSockOpt for TcpKeepCount
impl Copy for TcpKeepCount
impl Eq for TcpKeepCount
impl StructuralPartialEq for TcpKeepCount
Auto Trait Implementations§
impl Freeze for TcpKeepCount
impl RefUnwindSafe for TcpKeepCount
impl Send for TcpKeepCount
impl Sync for TcpKeepCount
impl Unpin for TcpKeepCount
impl UnwindSafe for TcpKeepCount
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
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,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)