pub struct UsbMarker;
Trait Implementations§
Source§impl Ord for UsbMarker
impl Ord for UsbMarker
Source§impl PartialOrd for UsbMarker
impl PartialOrd for UsbMarker
Source§impl ProtocolMarker for UsbMarker
impl ProtocolMarker for UsbMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Usb"
const DEBUG_NAME: &'static str = "(anonymous) Usb"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UsbProxy
type Proxy = UsbProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = UsbRequestStream
type RequestStream = UsbRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UsbSynchronousProxy
type SynchronousProxy = UsbSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for UsbMarker
impl Eq for UsbMarker
impl StructuralPartialEq for UsbMarker
Auto Trait Implementations§
impl Freeze for UsbMarker
impl RefUnwindSafe for UsbMarker
impl Send for UsbMarker
impl Sync for UsbMarker
impl Unpin for UsbMarker
impl UnwindSafe for UsbMarker
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