pub struct DriverHostInfoIteratorMarker;
Trait Implementations§
Source§impl Clone for DriverHostInfoIteratorMarker
impl Clone for DriverHostInfoIteratorMarker
Source§fn clone(&self) -> DriverHostInfoIteratorMarker
fn clone(&self) -> DriverHostInfoIteratorMarker
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 DriverHostInfoIteratorMarker
impl Debug for DriverHostInfoIteratorMarker
Source§impl Hash for DriverHostInfoIteratorMarker
impl Hash for DriverHostInfoIteratorMarker
Source§impl Ord for DriverHostInfoIteratorMarker
impl Ord for DriverHostInfoIteratorMarker
Source§fn cmp(&self, other: &DriverHostInfoIteratorMarker) -> Ordering
fn cmp(&self, other: &DriverHostInfoIteratorMarker) -> 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 DriverHostInfoIteratorMarker
impl PartialEq for DriverHostInfoIteratorMarker
Source§fn eq(&self, other: &DriverHostInfoIteratorMarker) -> bool
fn eq(&self, other: &DriverHostInfoIteratorMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for DriverHostInfoIteratorMarker
impl PartialOrd for DriverHostInfoIteratorMarker
Source§impl ProtocolMarker for DriverHostInfoIteratorMarker
impl ProtocolMarker for DriverHostInfoIteratorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DriverHostInfoIterator"
const DEBUG_NAME: &'static str = "(anonymous) DriverHostInfoIterator"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DriverHostInfoIteratorProxy
type Proxy = DriverHostInfoIteratorProxy
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 = DriverHostInfoIteratorRequestStream
type RequestStream = DriverHostInfoIteratorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DriverHostInfoIteratorSynchronousProxy
type SynchronousProxy = DriverHostInfoIteratorSynchronousProxy
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 DriverHostInfoIteratorMarker
impl Eq for DriverHostInfoIteratorMarker
impl StructuralPartialEq for DriverHostInfoIteratorMarker
Auto Trait Implementations§
impl Freeze for DriverHostInfoIteratorMarker
impl RefUnwindSafe for DriverHostInfoIteratorMarker
impl Send for DriverHostInfoIteratorMarker
impl Sync for DriverHostInfoIteratorMarker
impl Unpin for DriverHostInfoIteratorMarker
impl UnwindSafe for DriverHostInfoIteratorMarker
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