#[repr(C)]pub struct TCP_ACK_FREQUENCY_PARAMETERS {
    pub TcpDelayedAckFrequency: UCHAR,
}Fields
TcpDelayedAckFrequency: UCHARTrait Implementations
sourceimpl Clone for TCP_ACK_FREQUENCY_PARAMETERS
 
impl Clone for TCP_ACK_FREQUENCY_PARAMETERS
sourcefn clone(&self) -> TCP_ACK_FREQUENCY_PARAMETERS
 
fn clone(&self) -> TCP_ACK_FREQUENCY_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_ACK_FREQUENCY_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for TCP_ACK_FREQUENCY_PARAMETERS
impl Send for TCP_ACK_FREQUENCY_PARAMETERS
impl Sync for TCP_ACK_FREQUENCY_PARAMETERS
impl Unpin for TCP_ACK_FREQUENCY_PARAMETERS
impl UnwindSafe for TCP_ACK_FREQUENCY_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