[][src]Struct efi_ffi::tcp4::EFI_TCP4_OPTION

#[repr(C)]pub struct EFI_TCP4_OPTION {
    pub ReceiveBufferSize: UINT32,
    pub SendBufferSize: UINT32,
    pub MaxSynBackLog: UINT32,
    pub ConnectionTimeout: UINT32,
    pub DataRetries: UINT32,
    pub FinTimeout: UINT32,
    pub TimeWaitTimeout: UINT32,
    pub KeepAliveProbes: UINT32,
    pub KeepAliveTime: UINT32,
    pub KeepAliveInterval: UINT32,
    pub EnableNagle: BOOLEAN,
    pub EnableTimeStamp: BOOLEAN,
    pub EnableWindowScaling: BOOLEAN,
    pub EnableSelectiveAck: BOOLEAN,
    pub EnablePathMtuDiscovery: BOOLEAN,
}

Fields

ReceiveBufferSize: UINT32SendBufferSize: UINT32MaxSynBackLog: UINT32ConnectionTimeout: UINT32DataRetries: UINT32FinTimeout: UINT32TimeWaitTimeout: UINT32KeepAliveProbes: UINT32KeepAliveTime: UINT32KeepAliveInterval: UINT32EnableNagle: BOOLEANEnableTimeStamp: BOOLEANEnableWindowScaling: BOOLEANEnableSelectiveAck: BOOLEANEnablePathMtuDiscovery: BOOLEAN

Trait Implementations

impl Debug for EFI_TCP4_OPTION[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.