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