Expand description
Required features: "Win32_Networking_WinSock"
Fields
Rtt: u16
MaxSynRetransmissions: u8
Trait Implementations
impl Clone for TCP_INITIAL_RTO_PARAMETERS
impl Clone for TCP_INITIAL_RTO_PARAMETERS
impl Copy for TCP_INITIAL_RTO_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for TCP_INITIAL_RTO_PARAMETERS
impl Send for TCP_INITIAL_RTO_PARAMETERS
impl Sync for TCP_INITIAL_RTO_PARAMETERS
impl Unpin for TCP_INITIAL_RTO_PARAMETERS
impl UnwindSafe for TCP_INITIAL_RTO_PARAMETERS
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