pub struct DriverDataChannelServiceMarker;Trait Implementations§
Source§impl Clone for DriverDataChannelServiceMarker
impl Clone for DriverDataChannelServiceMarker
Source§fn clone(&self) -> DriverDataChannelServiceMarker
fn clone(&self) -> DriverDataChannelServiceMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Ord for DriverDataChannelServiceMarker
impl Ord for DriverDataChannelServiceMarker
Source§fn cmp(&self, other: &DriverDataChannelServiceMarker) -> Ordering
fn cmp(&self, other: &DriverDataChannelServiceMarker) -> Ordering
1.21.0 · 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 DriverDataChannelServiceMarker
impl PartialEq for DriverDataChannelServiceMarker
Source§fn eq(&self, other: &DriverDataChannelServiceMarker) -> bool
fn eq(&self, other: &DriverDataChannelServiceMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DriverDataChannelServiceMarker
impl PartialOrd for DriverDataChannelServiceMarker
Source§impl ServiceMarker for DriverDataChannelServiceMarker
Available on Fuchsia only.
impl ServiceMarker for DriverDataChannelServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.google.nanohub.DriverDataChannelService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.google.nanohub.DriverDataChannelService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = DriverDataChannelServiceProxy
type Proxy = DriverDataChannelServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = DriverDataChannelServiceRequest
type Request = DriverDataChannelServiceRequest
The request type for this particular FIDL service.
impl Copy for DriverDataChannelServiceMarker
impl Eq for DriverDataChannelServiceMarker
impl StructuralPartialEq for DriverDataChannelServiceMarker
Auto Trait Implementations§
impl Freeze for DriverDataChannelServiceMarker
impl RefUnwindSafe for DriverDataChannelServiceMarker
impl Send for DriverDataChannelServiceMarker
impl Sync for DriverDataChannelServiceMarker
impl Unpin for DriverDataChannelServiceMarker
impl UnwindSafe for DriverDataChannelServiceMarker
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