pub struct DeviceMonitorMarker;
Trait Implementations§
Source§impl Clone for DeviceMonitorMarker
impl Clone for DeviceMonitorMarker
Source§fn clone(&self) -> DeviceMonitorMarker
fn clone(&self) -> DeviceMonitorMarker
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 DeviceMonitorMarker
impl Debug for DeviceMonitorMarker
Source§impl DiscoverableProtocolMarker for DeviceMonitorMarker
impl DiscoverableProtocolMarker for DeviceMonitorMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for DeviceMonitorMarker
impl Hash for DeviceMonitorMarker
Source§impl Ord for DeviceMonitorMarker
impl Ord for DeviceMonitorMarker
Source§fn cmp(&self, other: &DeviceMonitorMarker) -> Ordering
fn cmp(&self, other: &DeviceMonitorMarker) -> 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 DeviceMonitorMarker
impl PartialEq for DeviceMonitorMarker
Source§impl PartialOrd for DeviceMonitorMarker
impl PartialOrd for DeviceMonitorMarker
Source§impl ProtocolMarker for DeviceMonitorMarker
impl ProtocolMarker for DeviceMonitorMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.wlan.device.service.DeviceMonitor"
const DEBUG_NAME: &'static str = "fuchsia.wlan.device.service.DeviceMonitor"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DeviceMonitorProxy
type Proxy = DeviceMonitorProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = DeviceMonitorRequestStream
type RequestStream = DeviceMonitorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DeviceMonitorSynchronousProxy
type SynchronousProxy = DeviceMonitorSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for DeviceMonitorMarker
impl Eq for DeviceMonitorMarker
impl StructuralPartialEq for DeviceMonitorMarker
Auto Trait Implementations§
impl Freeze for DeviceMonitorMarker
impl RefUnwindSafe for DeviceMonitorMarker
impl Send for DeviceMonitorMarker
impl Sync for DeviceMonitorMarker
impl Unpin for DeviceMonitorMarker
impl UnwindSafe for DeviceMonitorMarker
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