Struct ntapi::winsta::TS_COUNTER
source · [−]#[repr(C)]pub struct TS_COUNTER {
pub CounterHead: TS_COUNTER_HEADER,
pub dwValue: DWORD,
pub StartTime: LARGE_INTEGER,
}
Fields
CounterHead: TS_COUNTER_HEADER
dwValue: DWORD
StartTime: LARGE_INTEGER
Trait Implementations
sourceimpl Clone for TS_COUNTER
impl Clone for TS_COUNTER
sourcefn clone(&self) -> TS_COUNTER
fn clone(&self) -> TS_COUNTER
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 TS_COUNTER
Auto Trait Implementations
impl RefUnwindSafe for TS_COUNTER
impl Send for TS_COUNTER
impl Sync for TS_COUNTER
impl Unpin for TS_COUNTER
impl UnwindSafe for TS_COUNTER
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