pub enum PortableDeviceManager {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PortableDeviceManager
impl RefUnwindSafe for PortableDeviceManager
impl Send for PortableDeviceManager
impl Sync for PortableDeviceManager
impl Unpin for PortableDeviceManager
impl UnwindSafe for PortableDeviceManager
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