Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROTOCOL_STATUS
#[repr(C)]pub struct WTS_PROTOCOL_STATUS {
pub Output: WTS_PROTOCOL_COUNTERS,
pub Input: WTS_PROTOCOL_COUNTERS,
pub Cache: WTS_CACHE_STATS,
pub AsyncSignal: u32,
pub AsyncSignalMask: u32,
pub Counters: [i64; 100],
}
Fields§
§Output: WTS_PROTOCOL_COUNTERS
§Input: WTS_PROTOCOL_COUNTERS
§Cache: WTS_CACHE_STATS
§AsyncSignal: u32
§AsyncSignalMask: u32
§Counters: [i64; 100]
Trait Implementations§
§impl Clone for WTS_PROTOCOL_STATUS
impl Clone for WTS_PROTOCOL_STATUS
§fn clone(&self) -> WTS_PROTOCOL_STATUS
fn clone(&self) -> WTS_PROTOCOL_STATUS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WTS_PROTOCOL_STATUS
Auto Trait Implementations§
impl Freeze for WTS_PROTOCOL_STATUS
impl RefUnwindSafe for WTS_PROTOCOL_STATUS
impl Send for WTS_PROTOCOL_STATUS
impl Sync for WTS_PROTOCOL_STATUS
impl Unpin for WTS_PROTOCOL_STATUS
impl UnwindSafe for WTS_PROTOCOL_STATUS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)