pub struct Zx_Marker;
Trait Implementations§
source§impl Ord for Zx_Marker
impl Ord for Zx_Marker
source§impl PartialEq<Zx_Marker> for Zx_Marker
impl PartialEq<Zx_Marker> for Zx_Marker
source§impl PartialOrd<Zx_Marker> for Zx_Marker
impl PartialOrd<Zx_Marker> for Zx_Marker
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 Zx_Marker
impl ProtocolMarker for Zx_Marker
§type Proxy = Zx_Proxy
type Proxy = Zx_Proxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = Zx_RequestStream
type RequestStream = Zx_RequestStream
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