Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_WMI_OFFLOAD
[−]#[repr(C)]pub struct NDIS_WMI_OFFLOAD {
pub Header: NDIS_OBJECT_HEADER,
pub Checksum: NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD,
pub LsoV1: NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1,
pub IPsecV1: NDIS_WMI_IPSEC_OFFLOAD_V1,
pub LsoV2: NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2,
pub Flags: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
Checksum: NDIS_WMI_TCP_IP_CHECKSUM_OFFLOAD
LsoV1: NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V1
IPsecV1: NDIS_WMI_IPSEC_OFFLOAD_V1
LsoV2: NDIS_WMI_TCP_LARGE_SEND_OFFLOAD_V2
Flags: u32
Trait Implementations
impl Clone for NDIS_WMI_OFFLOAD
impl Clone for NDIS_WMI_OFFLOAD
impl Copy for NDIS_WMI_OFFLOAD
Auto Trait Implementations
impl RefUnwindSafe for NDIS_WMI_OFFLOAD
impl Send for NDIS_WMI_OFFLOAD
impl Sync for NDIS_WMI_OFFLOAD
impl Unpin for NDIS_WMI_OFFLOAD
impl UnwindSafe for NDIS_WMI_OFFLOAD
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