#[repr(C)]pub struct NDIS_TCP_LARGE_SEND_OFFLOAD_V1 {
pub IPv4: NDIS_TCP_LARGE_SEND_OFFLOAD_V1_0,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§IPv4: NDIS_TCP_LARGE_SEND_OFFLOAD_V1_0
Trait Implementations§
§impl Clone for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Clone for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
§impl Debug for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Debug for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
§impl Default for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Default for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Copy for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Eq for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Send for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Sync for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl Unpin for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
impl UnwindSafe for NDIS_TCP_LARGE_SEND_OFFLOAD_V1
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