Struct ntapi::winsta::WINSTATIONLOADINDICATORDATA
source · [−]#[repr(C)]pub struct WINSTATIONLOADINDICATORDATA {
pub RemainingSessionCapacity: ULONG,
pub LoadFactor: LOADFACTORTYPE,
pub TotalSessions: ULONG,
pub DisconnectedSessions: ULONG,
pub IdleCPU: LARGE_INTEGER,
pub TotalCPU: LARGE_INTEGER,
pub RawSessionCapacity: ULONG,
pub reserved: [ULONG; 9],
}
Fields
RemainingSessionCapacity: ULONG
LoadFactor: LOADFACTORTYPE
TotalSessions: ULONG
DisconnectedSessions: ULONG
IdleCPU: LARGE_INTEGER
TotalCPU: LARGE_INTEGER
RawSessionCapacity: ULONG
reserved: [ULONG; 9]
Trait Implementations
sourceimpl Clone for WINSTATIONLOADINDICATORDATA
impl Clone for WINSTATIONLOADINDICATORDATA
sourcefn clone(&self) -> WINSTATIONLOADINDICATORDATA
fn clone(&self) -> WINSTATIONLOADINDICATORDATA
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 WINSTATIONLOADINDICATORDATA
Auto Trait Implementations
impl RefUnwindSafe for WINSTATIONLOADINDICATORDATA
impl Send for WINSTATIONLOADINDICATORDATA
impl Sync for WINSTATIONLOADINDICATORDATA
impl Unpin for WINSTATIONLOADINDICATORDATA
impl UnwindSafe for WINSTATIONLOADINDICATORDATA
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