pub struct DiagnosticDeviceMarker;
Trait Implementations§
Source§impl Clone for DiagnosticDeviceMarker
impl Clone for DiagnosticDeviceMarker
Source§fn clone(&self) -> DiagnosticDeviceMarker
fn clone(&self) -> DiagnosticDeviceMarker
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 DiagnosticDeviceMarker
impl Debug for DiagnosticDeviceMarker
Source§impl Hash for DiagnosticDeviceMarker
impl Hash for DiagnosticDeviceMarker
Source§impl Ord for DiagnosticDeviceMarker
impl Ord for DiagnosticDeviceMarker
Source§fn cmp(&self, other: &DiagnosticDeviceMarker) -> Ordering
fn cmp(&self, other: &DiagnosticDeviceMarker) -> 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 DiagnosticDeviceMarker
impl PartialEq for DiagnosticDeviceMarker
Source§impl PartialOrd for DiagnosticDeviceMarker
impl PartialOrd for DiagnosticDeviceMarker
Source§impl ProtocolMarker for DiagnosticDeviceMarker
impl ProtocolMarker for DiagnosticDeviceMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DiagnosticDevice"
const DEBUG_NAME: &'static str = "(anonymous) DiagnosticDevice"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DiagnosticDeviceProxy
type Proxy = DiagnosticDeviceProxy
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 = DiagnosticDeviceRequestStream
type RequestStream = DiagnosticDeviceRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DiagnosticDeviceSynchronousProxy
type SynchronousProxy = DiagnosticDeviceSynchronousProxy
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 DiagnosticDeviceMarker
impl Eq for DiagnosticDeviceMarker
impl StructuralPartialEq for DiagnosticDeviceMarker
Auto Trait Implementations§
impl Freeze for DiagnosticDeviceMarker
impl RefUnwindSafe for DiagnosticDeviceMarker
impl Send for DiagnosticDeviceMarker
impl Sync for DiagnosticDeviceMarker
impl Unpin for DiagnosticDeviceMarker
impl UnwindSafe for DiagnosticDeviceMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)