pub struct KnownRemoteSystemCapabilities;
Implementations§
§impl KnownRemoteSystemCapabilities
impl KnownRemoteSystemCapabilities
pub fn AppService() -> Result<HSTRING>
pub fn LaunchUri() -> Result<HSTRING>
pub fn RemoteSession() -> Result<HSTRING>
pub fn SpatialEntity() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for KnownRemoteSystemCapabilities
impl RefUnwindSafe for KnownRemoteSystemCapabilities
impl Send for KnownRemoteSystemCapabilities
impl Sync for KnownRemoteSystemCapabilities
impl Unpin for KnownRemoteSystemCapabilities
impl UnwindSafe for KnownRemoteSystemCapabilities
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