#[repr(C)]pub struct NDIS_TIMESTAMP_CAPABILITIES {
pub Header: NDIS_OBJECT_HEADER,
pub HardwareClockFrequencyHz: u64,
pub CrossTimestamp: BOOLEAN,
pub Reserved1: u64,
pub Reserved2: u64,
pub TimestampFlags: NDIS_TIMESTAMP_CAPABILITY_FLAGS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
Fields
Header: NDIS_OBJECT_HEADER
HardwareClockFrequencyHz: u64
CrossTimestamp: BOOLEAN
Reserved1: u64
Reserved2: u64
TimestampFlags: NDIS_TIMESTAMP_CAPABILITY_FLAGS
Trait Implementations
impl Clone for NDIS_TIMESTAMP_CAPABILITIES
impl Clone for NDIS_TIMESTAMP_CAPABILITIES
impl Copy for NDIS_TIMESTAMP_CAPABILITIES
Auto Trait Implementations
impl RefUnwindSafe for NDIS_TIMESTAMP_CAPABILITIES
impl Send for NDIS_TIMESTAMP_CAPABILITIES
impl Sync for NDIS_TIMESTAMP_CAPABILITIES
impl Unpin for NDIS_TIMESTAMP_CAPABILITIES
impl UnwindSafe for NDIS_TIMESTAMP_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