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