Struct ntapi::winsta::PROTOCOLSTATUS
source · [−]#[repr(C)]pub struct PROTOCOLSTATUS {
pub Output: PROTOCOLCOUNTERS,
pub Input: PROTOCOLCOUNTERS,
pub Cache: CACHE_STATISTICS,
pub AsyncSignal: ULONG,
pub AsyncSignalMask: ULONG,
}
Fields
Output: PROTOCOLCOUNTERS
Input: PROTOCOLCOUNTERS
Cache: CACHE_STATISTICS
AsyncSignal: ULONG
AsyncSignalMask: ULONG
Trait Implementations
sourceimpl Clone for PROTOCOLSTATUS
impl Clone for PROTOCOLSTATUS
sourcefn clone(&self) -> PROTOCOLSTATUS
fn clone(&self) -> PROTOCOLSTATUS
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 PROTOCOLSTATUS
Auto Trait Implementations
impl RefUnwindSafe for PROTOCOLSTATUS
impl Send for PROTOCOLSTATUS
impl Sync for PROTOCOLSTATUS
impl Unpin for PROTOCOLSTATUS
impl UnwindSafe for PROTOCOLSTATUS
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