pub struct DriverInfoIteratorMarker;
Trait Implementations§
Source§impl Clone for DriverInfoIteratorMarker
impl Clone for DriverInfoIteratorMarker
Source§fn clone(&self) -> DriverInfoIteratorMarker
fn clone(&self) -> DriverInfoIteratorMarker
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 DriverInfoIteratorMarker
impl Debug for DriverInfoIteratorMarker
Source§impl Hash for DriverInfoIteratorMarker
impl Hash for DriverInfoIteratorMarker
Source§impl Ord for DriverInfoIteratorMarker
impl Ord for DriverInfoIteratorMarker
Source§fn cmp(&self, other: &DriverInfoIteratorMarker) -> Ordering
fn cmp(&self, other: &DriverInfoIteratorMarker) -> 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 DriverInfoIteratorMarker
impl PartialEq for DriverInfoIteratorMarker
Source§impl PartialOrd for DriverInfoIteratorMarker
impl PartialOrd for DriverInfoIteratorMarker
Source§impl ProtocolMarker for DriverInfoIteratorMarker
impl ProtocolMarker for DriverInfoIteratorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DriverInfoIterator"
const DEBUG_NAME: &'static str = "(anonymous) DriverInfoIterator"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DriverInfoIteratorProxy
type Proxy = DriverInfoIteratorProxy
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 = DriverInfoIteratorRequestStream
type RequestStream = DriverInfoIteratorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DriverInfoIteratorSynchronousProxy
type SynchronousProxy = DriverInfoIteratorSynchronousProxy
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 DriverInfoIteratorMarker
impl Eq for DriverInfoIteratorMarker
impl StructuralPartialEq for DriverInfoIteratorMarker
Auto Trait Implementations§
impl Freeze for DriverInfoIteratorMarker
impl RefUnwindSafe for DriverInfoIteratorMarker
impl Send for DriverInfoIteratorMarker
impl Sync for DriverInfoIteratorMarker
impl Unpin for DriverInfoIteratorMarker
impl UnwindSafe for DriverInfoIteratorMarker
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
)