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