Struct dinghy_lib::device::host::HostManager
source · pub struct HostManager { /* private fields */ }
Implementations
sourceimpl HostManager
impl HostManager
Trait Implementations
sourceimpl PlatformManager for HostManager
impl PlatformManager for HostManager
Auto Trait Implementations
impl !RefUnwindSafe for HostManager
impl !Send for HostManager
impl !Sync for HostManager
impl Unpin for HostManager
impl !UnwindSafe for HostManager
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more