#[repr(C)]pub struct NDIS_RECEIVE_SCALE_PARAMETERS {
pub Header: NDIS_OBJECT_HEADER,
pub Flags: u16,
pub BaseCpuNumber: u16,
pub HashInformation: u32,
pub IndirectionTableSize: u16,
pub IndirectionTableOffset: u32,
pub HashSecretKeySize: u16,
pub HashSecretKeyOffset: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§Flags: u16
§BaseCpuNumber: u16
§HashInformation: u32
§IndirectionTableSize: u16
§IndirectionTableOffset: u32
§HashSecretKeySize: u16
§HashSecretKeyOffset: u32
Trait Implementations§
§impl Clone for NDIS_RECEIVE_SCALE_PARAMETERS
impl Clone for NDIS_RECEIVE_SCALE_PARAMETERS
§impl Debug for NDIS_RECEIVE_SCALE_PARAMETERS
impl Debug for NDIS_RECEIVE_SCALE_PARAMETERS
§impl Default for NDIS_RECEIVE_SCALE_PARAMETERS
impl Default for NDIS_RECEIVE_SCALE_PARAMETERS
impl Copy for NDIS_RECEIVE_SCALE_PARAMETERS
impl Eq for NDIS_RECEIVE_SCALE_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for NDIS_RECEIVE_SCALE_PARAMETERS
impl Send for NDIS_RECEIVE_SCALE_PARAMETERS
impl Sync for NDIS_RECEIVE_SCALE_PARAMETERS
impl Unpin for NDIS_RECEIVE_SCALE_PARAMETERS
impl UnwindSafe for NDIS_RECEIVE_SCALE_PARAMETERS
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