pub struct EmulatorServiceMarker;
Trait Implementations§
Source§impl Clone for EmulatorServiceMarker
impl Clone for EmulatorServiceMarker
Source§fn clone(&self) -> EmulatorServiceMarker
fn clone(&self) -> EmulatorServiceMarker
Returns a copy 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 Debug for EmulatorServiceMarker
impl Debug for EmulatorServiceMarker
Source§impl Hash for EmulatorServiceMarker
impl Hash for EmulatorServiceMarker
Source§impl Ord for EmulatorServiceMarker
impl Ord for EmulatorServiceMarker
Source§fn cmp(&self, other: &EmulatorServiceMarker) -> Ordering
fn cmp(&self, other: &EmulatorServiceMarker) -> 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 EmulatorServiceMarker
impl PartialEq for EmulatorServiceMarker
Source§impl PartialOrd for EmulatorServiceMarker
impl PartialOrd for EmulatorServiceMarker
Source§impl ServiceMarker for EmulatorServiceMarker
impl ServiceMarker for EmulatorServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.bluetooth.EmulatorService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.bluetooth.EmulatorService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = EmulatorServiceProxy
type Proxy = EmulatorServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = EmulatorServiceRequest
type Request = EmulatorServiceRequest
The request type for this particular FIDL service.
impl Copy for EmulatorServiceMarker
impl Eq for EmulatorServiceMarker
impl StructuralPartialEq for EmulatorServiceMarker
Auto Trait Implementations§
impl Freeze for EmulatorServiceMarker
impl RefUnwindSafe for EmulatorServiceMarker
impl Send for EmulatorServiceMarker
impl Sync for EmulatorServiceMarker
impl Unpin for EmulatorServiceMarker
impl UnwindSafe for EmulatorServiceMarker
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