#[repr(C)]pub struct TCP_INITIAL_RTO_PARAMETERS {
pub Rtt: USHORT,
pub MaxSynRetransmissions: UCHAR,
}
Fields
Rtt: USHORT
MaxSynRetransmissions: UCHAR
Trait Implementations
sourceimpl Clone for TCP_INITIAL_RTO_PARAMETERS
impl Clone for TCP_INITIAL_RTO_PARAMETERS
sourcefn clone(&self) -> TCP_INITIAL_RTO_PARAMETERS
fn clone(&self) -> TCP_INITIAL_RTO_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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