Struct NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
#[repr(C)]pub struct NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1 {
pub Encapsulation: u32,
pub MaxOffLoadSize: u32,
pub MinSegmentCount: u32,
pub IpExtensionHeadersSupported: u32,
pub TcpOptionsSupported: u32,
}
Fields§
§Encapsulation: u32
§MaxOffLoadSize: u32
§MinSegmentCount: u32
§IpExtensionHeadersSupported: u32
§TcpOptionsSupported: u32
Trait Implementations§
§impl Clone for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl Clone for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
§fn clone(&self) -> NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
fn clone(&self) -> NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl PartialEq for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl PartialEq for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
§fn eq(&self, other: &NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1) -> bool
fn eq(&self, other: &NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl StructuralPartialEq for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
Auto Trait Implementations§
impl Freeze for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl RefUnwindSafe for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl Send for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl Sync for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl Unpin for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
impl UnwindSafe for NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2_1
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