Struct windows_sys::Win32::System::RemoteDesktop::WTSINFOEXA
[−]#[repr(C)]pub struct WTSINFOEXA {
pub Level: u32,
pub Data: WTSINFOEX_LEVEL_A,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
, "Win32_Foundation"
Fields
Level: u32
Data: WTSINFOEX_LEVEL_A
Trait Implementations
impl Clone for WTSINFOEXA
impl Clone for WTSINFOEXA
impl Copy for WTSINFOEXA
Auto Trait Implementations
impl RefUnwindSafe for WTSINFOEXA
impl Send for WTSINFOEXA
impl Sync for WTSINFOEXA
impl Unpin for WTSINFOEXA
impl UnwindSafe for WTSINFOEXA
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