Struct dinghy_lib::device::android::AndroidManager
source · pub struct AndroidManager { /* private fields */ }
Implementations
sourceimpl AndroidManager
impl AndroidManager
pub fn probe() -> Option<AndroidManager>
Trait Implementations
sourceimpl PlatformManager for AndroidManager
impl PlatformManager for AndroidManager
Auto Trait Implementations
impl RefUnwindSafe for AndroidManager
impl Send for AndroidManager
impl Sync for AndroidManager
impl Unpin for AndroidManager
impl UnwindSafe for AndroidManager
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