Struct trezor_client::transport::webusb::WebUsbLink
source · pub struct WebUsbLink { /* private fields */ }
Expand description
An actual serial USB link to a device over which bytes can be sent.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for WebUsbLink
impl RefUnwindSafe for WebUsbLink
impl Send for WebUsbLink
impl Sync for WebUsbLink
impl Unpin for WebUsbLink
impl UnwindSafe for WebUsbLink
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