pub struct BinderMarker;
Trait Implementations§
source§impl Clone for BinderMarker
impl Clone for BinderMarker
source§fn clone(&self) -> BinderMarker
fn clone(&self) -> BinderMarker
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 BinderMarker
impl Debug for BinderMarker
source§impl Hash for BinderMarker
impl Hash for BinderMarker
source§impl Ord for BinderMarker
impl Ord for BinderMarker
source§fn cmp(&self, other: &BinderMarker) -> Ordering
fn cmp(&self, other: &BinderMarker) -> 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<BinderMarker> for BinderMarker
impl PartialEq<BinderMarker> for BinderMarker
source§fn eq(&self, other: &BinderMarker) -> bool
fn eq(&self, other: &BinderMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<BinderMarker> for BinderMarker
impl PartialOrd<BinderMarker> for BinderMarker
source§fn partial_cmp(&self, other: &BinderMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &BinderMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for BinderMarker
impl ProtocolMarker for BinderMarker
§type Proxy = BinderProxy
type Proxy = BinderProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = BinderRequestStream
type RequestStream = BinderRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Binder"
const DEBUG_NAME: &'static str = "(anonymous) Binder"
The name of the protocol suitable for debug purposes. Read more