pub struct DeviceIteratorMarker;Trait Implementations§
Source§impl Clone for DeviceIteratorMarker
impl Clone for DeviceIteratorMarker
Source§fn clone(&self) -> DeviceIteratorMarker
fn clone(&self) -> DeviceIteratorMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceIteratorMarker
Source§impl Debug for DeviceIteratorMarker
impl Debug for DeviceIteratorMarker
impl Eq for DeviceIteratorMarker
Source§impl Hash for DeviceIteratorMarker
impl Hash for DeviceIteratorMarker
Source§impl Ord for DeviceIteratorMarker
impl Ord for DeviceIteratorMarker
Source§fn cmp(&self, other: &DeviceIteratorMarker) -> Ordering
fn cmp(&self, other: &DeviceIteratorMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for DeviceIteratorMarker
impl PartialEq for DeviceIteratorMarker
Source§impl PartialOrd for DeviceIteratorMarker
impl PartialOrd for DeviceIteratorMarker
Source§impl ProtocolMarker for DeviceIteratorMarker
impl ProtocolMarker for DeviceIteratorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) DeviceIterator"
const DEBUG_NAME: &'static str = "(anonymous) DeviceIterator"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DeviceIteratorProxy
type Proxy = DeviceIteratorProxy
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 = DeviceIteratorRequestStream
type RequestStream = DeviceIteratorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DeviceIteratorSynchronousProxy
type SynchronousProxy = DeviceIteratorSynchronousProxy
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 StructuralPartialEq for DeviceIteratorMarker
Auto Trait Implementations§
impl Freeze for DeviceIteratorMarker
impl RefUnwindSafe for DeviceIteratorMarker
impl Send for DeviceIteratorMarker
impl Sync for DeviceIteratorMarker
impl Unpin for DeviceIteratorMarker
impl UnsafeUnpin for DeviceIteratorMarker
impl UnwindSafe for DeviceIteratorMarker
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