#[repr(C)]pub struct NDIS_RECEIVE_SCALE_CAPABILITIES {
pub Header: NDIS_OBJECT_HEADER,
pub CapabilitiesFlags: u32,
pub NumberOfInterruptMessages: u32,
pub NumberOfReceiveQueues: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
CapabilitiesFlags: u32
NumberOfInterruptMessages: u32
NumberOfReceiveQueues: u32
Trait Implementations
impl Clone for NDIS_RECEIVE_SCALE_CAPABILITIES
impl Clone for NDIS_RECEIVE_SCALE_CAPABILITIES
impl Copy for NDIS_RECEIVE_SCALE_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for NDIS_RECEIVE_SCALE_CAPABILITIES
impl Send for NDIS_RECEIVE_SCALE_CAPABILITIES
impl Sync for NDIS_RECEIVE_SCALE_CAPABILITIES
impl Unpin for NDIS_RECEIVE_SCALE_CAPABILITIES
impl UnwindSafe for NDIS_RECEIVE_SCALE_CAPABILITIES
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