pub struct RemoteDesktopSessionInfo {
pub session_id: u32,
pub state: RemoteDesktopSessionState,
pub client_info: ClientInfo,
}
Expand description
Session Info
Fields§
§session_id: u32
session id
state: RemoteDesktopSessionState
RDC connection state
client_info: ClientInfo
Client info
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteDesktopSessionInfo
impl RefUnwindSafe for RemoteDesktopSessionInfo
impl Send for RemoteDesktopSessionInfo
impl Sync for RemoteDesktopSessionInfo
impl Unpin for RemoteDesktopSessionInfo
impl UnwindSafe for RemoteDesktopSessionInfo
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