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::Result
impl Hash for KeepAlive
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for KeepAlive
impl StructuralPartialEq for KeepAlive
Auto Trait Implementations
impl RefUnwindSafe for KeepAlive
impl UnwindSafe for KeepAlive
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T