Struct windows::Devices::Portable::ServiceDevice
pub struct ServiceDevice;
Implementations§
§impl ServiceDevice
impl ServiceDevice
pub fn GetDeviceSelector(servicetype: ServiceDeviceType) -> Result<HSTRING>
pub fn GetDeviceSelectorFromServiceId(serviceid: GUID) -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for ServiceDevice
impl RefUnwindSafe for ServiceDevice
impl Send for ServiceDevice
impl Sync for ServiceDevice
impl Unpin for ServiceDevice
impl UnwindSafe for ServiceDevice
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