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