pub struct UsbFunctionInterfaceMarker;Trait Implementations§
Source§impl Clone for UsbFunctionInterfaceMarker
impl Clone for UsbFunctionInterfaceMarker
Source§fn clone(&self) -> UsbFunctionInterfaceMarker
fn clone(&self) -> UsbFunctionInterfaceMarker
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 UsbFunctionInterfaceMarker
Source§impl Debug for UsbFunctionInterfaceMarker
impl Debug for UsbFunctionInterfaceMarker
impl Eq for UsbFunctionInterfaceMarker
Source§impl Hash for UsbFunctionInterfaceMarker
impl Hash for UsbFunctionInterfaceMarker
Source§impl Ord for UsbFunctionInterfaceMarker
impl Ord for UsbFunctionInterfaceMarker
Source§fn cmp(&self, other: &UsbFunctionInterfaceMarker) -> Ordering
fn cmp(&self, other: &UsbFunctionInterfaceMarker) -> 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 UsbFunctionInterfaceMarker
impl PartialEq for UsbFunctionInterfaceMarker
Source§fn eq(&self, other: &UsbFunctionInterfaceMarker) -> bool
fn eq(&self, other: &UsbFunctionInterfaceMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UsbFunctionInterfaceMarker
impl PartialOrd for UsbFunctionInterfaceMarker
Source§impl ProtocolMarker for UsbFunctionInterfaceMarker
impl ProtocolMarker for UsbFunctionInterfaceMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) UsbFunctionInterface"
const DEBUG_NAME: &'static str = "(anonymous) UsbFunctionInterface"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = UsbFunctionInterfaceProxy
type Proxy = UsbFunctionInterfaceProxy
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 = UsbFunctionInterfaceRequestStream
type RequestStream = UsbFunctionInterfaceRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = UsbFunctionInterfaceSynchronousProxy
type SynchronousProxy = UsbFunctionInterfaceSynchronousProxy
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 UsbFunctionInterfaceMarker
Auto Trait Implementations§
impl Freeze for UsbFunctionInterfaceMarker
impl RefUnwindSafe for UsbFunctionInterfaceMarker
impl Send for UsbFunctionInterfaceMarker
impl Sync for UsbFunctionInterfaceMarker
impl Unpin for UsbFunctionInterfaceMarker
impl UnsafeUnpin for UsbFunctionInterfaceMarker
impl UnwindSafe for UsbFunctionInterfaceMarker
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