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