pub struct ZxMarker;
Trait Implementations§
source§impl Ord for ZxMarker
impl Ord for ZxMarker
source§impl PartialEq<ZxMarker> for ZxMarker
impl PartialEq<ZxMarker> for ZxMarker
source§impl PartialOrd<ZxMarker> for ZxMarker
impl PartialOrd<ZxMarker> for ZxMarker
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 ZxMarker
impl ProtocolMarker for ZxMarker
§type Proxy = ZxProxy
type Proxy = ZxProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = ZxRequestStream
type RequestStream = ZxRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Zx"
const DEBUG_NAME: &'static str = "(anonymous) Zx"
The name of the protocol suitable for debug purposes. Read more