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