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