Struct ntapi::ntpsapi::COUNTER_READING
source · [−]#[repr(C)]pub struct COUNTER_READING {
pub Type: HARDWARE_COUNTER_TYPE,
pub Index: ULONG,
pub Start: ULONG64,
pub Total: ULONG64,
}
Fields
Type: HARDWARE_COUNTER_TYPE
Index: ULONG
Start: ULONG64
Total: ULONG64
Trait Implementations
sourceimpl Clone for COUNTER_READING
impl Clone for COUNTER_READING
sourcefn clone(&self) -> COUNTER_READING
fn clone(&self) -> COUNTER_READING
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for COUNTER_READING
Auto Trait Implementations
impl RefUnwindSafe for COUNTER_READING
impl Send for COUNTER_READING
impl Sync for COUNTER_READING
impl Unpin for COUNTER_READING
impl UnwindSafe for COUNTER_READING
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