Struct adb_utils::networking::ADBPair
source · pub struct ADBPair { /* private fields */ }
Expand description
Pair with a device for secure TCP/IP communication
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ADBPair
impl Send for ADBPair
impl Sync for ADBPair
impl Unpin for ADBPair
impl !UnwindSafe for ADBPair
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