Struct windows_sys::Win32::Networking::WinSock::tcp_keepalive
[−]#[repr(C)]pub struct tcp_keepalive {
pub onoff: u32,
pub keepalivetime: u32,
pub keepaliveinterval: u32,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
onoff: u32
keepalivetime: u32
keepaliveinterval: u32
Trait Implementations
impl Clone for tcp_keepalive
impl Clone for tcp_keepalive
impl Copy for tcp_keepalive
Auto Trait Implementations
impl RefUnwindSafe for tcp_keepalive
impl Send for tcp_keepalive
impl Sync for tcp_keepalive
impl Unpin for tcp_keepalive
impl UnwindSafe for tcp_keepalive
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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