Struct RemoteDesktopRegistrar
pub struct RemoteDesktopRegistrar;
Implementations§
§impl RemoteDesktopRegistrar
impl RemoteDesktopRegistrar
pub fn DesktopInfos() -> Result<IVector<RemoteDesktopInfo>>
pub fn IsSwitchToLocalSessionEnabled() -> Result<bool>
Auto Trait Implementations§
impl Freeze for RemoteDesktopRegistrar
impl RefUnwindSafe for RemoteDesktopRegistrar
impl Send for RemoteDesktopRegistrar
impl Sync for RemoteDesktopRegistrar
impl Unpin for RemoteDesktopRegistrar
impl UnwindSafe for RemoteDesktopRegistrar
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