Struct windows_sys::Win32::System::RemoteDesktop::WTS_SESSION_ID
#[repr(C)]pub struct WTS_SESSION_ID {
pub SessionUniqueGuid: GUID,
pub SessionId: u32,
}Fields§
§SessionUniqueGuid: GUID§SessionId: u32Trait Implementations§
§impl Clone for WTS_SESSION_ID
impl Clone for WTS_SESSION_ID
impl Copy for WTS_SESSION_ID
Auto Trait Implementations§
impl RefUnwindSafe for WTS_SESSION_ID
impl Send for WTS_SESSION_ID
impl Sync for WTS_SESSION_ID
impl Unpin for WTS_SESSION_ID
impl UnwindSafe for WTS_SESSION_ID
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