#[repr(C)]pub struct NDIS_STATISTICS_VALUE {
pub Oid: u32,
pub DataLength: u32,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
Oid: u32
DataLength: u32
Data: [u8; 1]
Trait Implementations
impl Clone for NDIS_STATISTICS_VALUE
impl Clone for NDIS_STATISTICS_VALUE
impl Copy for NDIS_STATISTICS_VALUE
Auto Trait Implementations
impl RefUnwindSafe for NDIS_STATISTICS_VALUE
impl Send for NDIS_STATISTICS_VALUE
impl Sync for NDIS_STATISTICS_VALUE
impl Unpin for NDIS_STATISTICS_VALUE
impl UnwindSafe for NDIS_STATISTICS_VALUE
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