pub struct ADBPair { /* private fields */ }
Expand description
Pair with a device for secure TCP/IP communication
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ADBPair
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