Union windows_sys::Win32::System::RemoteDesktop::WTSINFOEX_LEVEL_A
[−]#[repr(C)]
pub union WTSINFOEX_LEVEL_A {
pub WTSInfoExLevel1: WTSINFOEX_LEVEL1_A,
}
Expand description
Required features: ‘Win32_System_RemoteDesktop’, ‘Win32_Foundation’
Fields
WTSInfoExLevel1: WTSINFOEX_LEVEL1_A
Trait Implementations
impl Clone for WTSINFOEX_LEVEL_A
impl Clone for WTSINFOEX_LEVEL_A
impl Copy for WTSINFOEX_LEVEL_A
Auto Trait Implementations
impl RefUnwindSafe for WTSINFOEX_LEVEL_A
impl Send for WTSINFOEX_LEVEL_A
impl Sync for WTSINFOEX_LEVEL_A
impl Unpin for WTSINFOEX_LEVEL_A
impl UnwindSafe for WTSINFOEX_LEVEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more