pub struct QrtrConnectorMarker;Trait Implementations§
Source§impl Clone for QrtrConnectorMarker
impl Clone for QrtrConnectorMarker
Source§fn clone(&self) -> QrtrConnectorMarker
fn clone(&self) -> QrtrConnectorMarker
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 QrtrConnectorMarker
impl Debug for QrtrConnectorMarker
Source§impl DiscoverableProtocolMarker for QrtrConnectorMarker
impl DiscoverableProtocolMarker for QrtrConnectorMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for QrtrConnectorMarker
impl Hash for QrtrConnectorMarker
Source§impl Ord for QrtrConnectorMarker
impl Ord for QrtrConnectorMarker
Source§fn cmp(&self, other: &QrtrConnectorMarker) -> Ordering
fn cmp(&self, other: &QrtrConnectorMarker) -> 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 QrtrConnectorMarker
impl PartialEq for QrtrConnectorMarker
Source§impl PartialOrd for QrtrConnectorMarker
impl PartialOrd for QrtrConnectorMarker
Source§impl ProtocolMarker for QrtrConnectorMarker
impl ProtocolMarker for QrtrConnectorMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.hardware.qualcomm.router.QrtrConnector"
const DEBUG_NAME: &'static str = "fuchsia.hardware.qualcomm.router.QrtrConnector"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = QrtrConnectorProxy
type Proxy = QrtrConnectorProxy
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 = QrtrConnectorRequestStream
type RequestStream = QrtrConnectorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = QrtrConnectorSynchronousProxy
type SynchronousProxy = QrtrConnectorSynchronousProxy
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 QrtrConnectorMarker
impl Eq for QrtrConnectorMarker
impl StructuralPartialEq for QrtrConnectorMarker
Auto Trait Implementations§
impl Freeze for QrtrConnectorMarker
impl RefUnwindSafe for QrtrConnectorMarker
impl Send for QrtrConnectorMarker
impl Sync for QrtrConnectorMarker
impl Unpin for QrtrConnectorMarker
impl UnsafeUnpin for QrtrConnectorMarker
impl UnwindSafe for QrtrConnectorMarker
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