pub struct AdbConnection { /* private fields */ }
Implementations§
Source§impl AdbConnection
impl AdbConnection
pub fn max_data_len(&self) -> usize
pub fn open_stream(&mut self, destination: &str) -> AdbResult<AdbStream>
Trait Implementations§
Source§impl AdbPush for AdbConnection
impl AdbPush for AdbConnection
Source§impl AdbShell for AdbConnection
impl AdbShell for AdbConnection
Source§impl Debug for AdbConnection
impl Debug for AdbConnection
Auto Trait Implementations§
impl Freeze for AdbConnection
impl !RefUnwindSafe for AdbConnection
impl Send for AdbConnection
impl Sync for AdbConnection
impl Unpin for AdbConnection
impl !UnwindSafe for AdbConnection
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