pub struct DeviceProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for DeviceProvider
impl Drop for DeviceProvider
impl Send for DeviceProvider
impl Sync for DeviceProvider
Auto Trait Implementations§
impl Freeze for DeviceProvider
impl RefUnwindSafe for DeviceProvider
impl Unpin for DeviceProvider
impl UnsafeUnpin for DeviceProvider
impl UnwindSafe for DeviceProvider
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