Struct windows_sys::Win32::Networking::WinSock::tcp_keepalive
#[repr(C)]pub struct tcp_keepalive {
pub onoff: u32,
pub keepalivetime: u32,
pub keepaliveinterval: u32,
}
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§
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