Struct nix::sys::socket::sockopt::KeepAlive
pub struct KeepAlive;Documentation
Enable sending of keep-alive messages on connection-oriented sockets.
Trait Implementations
impl Debug for KeepAlive
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for KeepAlive
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for KeepAliveimpl StructuralPartialEq for KeepAliveAuto Trait Implementations
impl RefUnwindSafe for KeepAliveimpl UnwindSafe for KeepAliveBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T