pub struct DeviceControllerMarker;
Trait Implementations§
source§impl Clone for DeviceControllerMarker
impl Clone for DeviceControllerMarker
source§fn clone(&self) -> DeviceControllerMarker
fn clone(&self) -> DeviceControllerMarker
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 DeviceControllerMarker
impl Debug for DeviceControllerMarker
source§impl Hash for DeviceControllerMarker
impl Hash for DeviceControllerMarker
source§impl Ord for DeviceControllerMarker
impl Ord for DeviceControllerMarker
source§fn cmp(&self, other: &DeviceControllerMarker) -> Ordering
fn cmp(&self, other: &DeviceControllerMarker) -> 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 DeviceControllerMarker
impl PartialEq for DeviceControllerMarker
source§fn eq(&self, other: &DeviceControllerMarker) -> bool
fn eq(&self, other: &DeviceControllerMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DeviceControllerMarker
impl PartialOrd for DeviceControllerMarker
source§fn partial_cmp(&self, other: &DeviceControllerMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &DeviceControllerMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for DeviceControllerMarker
impl ProtocolMarker for DeviceControllerMarker
§type Proxy = DeviceControllerProxy
type Proxy = DeviceControllerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = DeviceControllerRequestStream
type RequestStream = DeviceControllerRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = DeviceControllerSynchronousProxy
type SynchronousProxy = DeviceControllerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "(anonymous) DeviceController"
const DEBUG_NAME: &'static str = "(anonymous) DeviceController"
The name of the protocol suitable for debug purposes. Read more
impl Copy for DeviceControllerMarker
impl Eq for DeviceControllerMarker
impl StructuralEq for DeviceControllerMarker
impl StructuralPartialEq for DeviceControllerMarker
Auto Trait Implementations§
impl RefUnwindSafe for DeviceControllerMarker
impl Send for DeviceControllerMarker
impl Sync for DeviceControllerMarker
impl Unpin for DeviceControllerMarker
impl UnwindSafe for DeviceControllerMarker
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