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