Struct windows_sys::Win32::System::RemoteDesktop::WTSINFOEXA
#[repr(C)]pub struct WTSINFOEXA {
pub Level: u32,
pub Data: WTSINFOEX_LEVEL_A,
}Fields§
§Level: u32§Data: WTSINFOEX_LEVEL_ATrait 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§
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