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