Struct NDIS_STATISTICS_VALUE
#[repr(C)]pub struct NDIS_STATISTICS_VALUE {
pub Oid: u32,
pub DataLength: u32,
pub Data: [u8; 1],
}
Fields§
§Oid: u32
§DataLength: u32
§Data: [u8; 1]
Trait Implementations§
§impl Clone for NDIS_STATISTICS_VALUE
impl Clone for NDIS_STATISTICS_VALUE
§fn clone(&self) -> NDIS_STATISTICS_VALUE
fn clone(&self) -> NDIS_STATISTICS_VALUE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NDIS_STATISTICS_VALUE
Auto Trait Implementations§
impl Freeze for NDIS_STATISTICS_VALUE
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§
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