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