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