pub struct UsbFunctionServiceMarker;Trait Implementations§
Source§impl Clone for UsbFunctionServiceMarker
impl Clone for UsbFunctionServiceMarker
Source§fn clone(&self) -> UsbFunctionServiceMarker
fn clone(&self) -> UsbFunctionServiceMarker
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 UsbFunctionServiceMarker
Source§impl Debug for UsbFunctionServiceMarker
impl Debug for UsbFunctionServiceMarker
impl Eq for UsbFunctionServiceMarker
Source§impl Hash for UsbFunctionServiceMarker
impl Hash for UsbFunctionServiceMarker
Source§impl Ord for UsbFunctionServiceMarker
impl Ord for UsbFunctionServiceMarker
Source§fn cmp(&self, other: &UsbFunctionServiceMarker) -> Ordering
fn cmp(&self, other: &UsbFunctionServiceMarker) -> 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 UsbFunctionServiceMarker
impl PartialEq for UsbFunctionServiceMarker
Source§fn eq(&self, other: &UsbFunctionServiceMarker) -> bool
fn eq(&self, other: &UsbFunctionServiceMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UsbFunctionServiceMarker
impl PartialOrd for UsbFunctionServiceMarker
Source§impl ServiceMarker for UsbFunctionServiceMarker
Available on Fuchsia only.
impl ServiceMarker for UsbFunctionServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.usb.function.UsbFunctionService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.usb.function.UsbFunctionService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = UsbFunctionServiceProxy
type Proxy = UsbFunctionServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = UsbFunctionServiceRequest
type Request = UsbFunctionServiceRequest
The request type for this particular FIDL service.
impl StructuralPartialEq for UsbFunctionServiceMarker
Auto Trait Implementations§
impl Freeze for UsbFunctionServiceMarker
impl RefUnwindSafe for UsbFunctionServiceMarker
impl Send for UsbFunctionServiceMarker
impl Sync for UsbFunctionServiceMarker
impl Unpin for UsbFunctionServiceMarker
impl UnsafeUnpin for UsbFunctionServiceMarker
impl UnwindSafe for UsbFunctionServiceMarker
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