pub struct UsbFunctionMarker;Trait Implementations§
Source§impl Clone for UsbFunctionMarker
impl Clone for UsbFunctionMarker
Source§fn clone(&self) -> UsbFunctionMarker
fn clone(&self) -> UsbFunctionMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UsbFunctionMarker
Source§impl Debug for UsbFunctionMarker
impl Debug for UsbFunctionMarker
Source§impl DiscoverableProtocolMarker for UsbFunctionMarker
impl DiscoverableProtocolMarker for UsbFunctionMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
impl Eq for UsbFunctionMarker
Source§impl Hash for UsbFunctionMarker
impl Hash for UsbFunctionMarker
Source§impl Ord for UsbFunctionMarker
impl Ord for UsbFunctionMarker
Source§fn cmp(&self, other: &UsbFunctionMarker) -> Ordering
fn cmp(&self, other: &UsbFunctionMarker) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UsbFunctionMarker
impl PartialEq for UsbFunctionMarker
Source§fn eq(&self, other: &UsbFunctionMarker) -> bool
fn eq(&self, other: &UsbFunctionMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UsbFunctionMarker
impl PartialOrd for UsbFunctionMarker
Source§impl ProtocolMarker for UsbFunctionMarker
impl ProtocolMarker for UsbFunctionMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.usb.function.UsbFunction"
const DEBUG_NAME: &'static str = "fuchsia.hardware.usb.function.UsbFunction"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UsbFunctionProxy
type Proxy = UsbFunctionProxy
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 = UsbFunctionRequestStream
type RequestStream = UsbFunctionRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UsbFunctionSynchronousProxy
type SynchronousProxy = UsbFunctionSynchronousProxy
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 StructuralPartialEq for UsbFunctionMarker
Auto Trait Implementations§
impl Freeze for UsbFunctionMarker
impl RefUnwindSafe for UsbFunctionMarker
impl Send for UsbFunctionMarker
impl Sync for UsbFunctionMarker
impl Unpin for UsbFunctionMarker
impl UnsafeUnpin for UsbFunctionMarker
impl UnwindSafe for UsbFunctionMarker
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