pub struct Char32TMarker;
Trait Implementations§
source§impl Clone for Char32TMarker
impl Clone for Char32TMarker
source§fn clone(&self) -> Char32TMarker
fn clone(&self) -> Char32TMarker
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 Char32TMarker
impl Debug for Char32TMarker
source§impl Hash for Char32TMarker
impl Hash for Char32TMarker
source§impl Ord for Char32TMarker
impl Ord for Char32TMarker
source§fn cmp(&self, other: &Char32TMarker) -> Ordering
fn cmp(&self, other: &Char32TMarker) -> 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<Char32TMarker> for Char32TMarker
impl PartialEq<Char32TMarker> for Char32TMarker
source§fn eq(&self, other: &Char32TMarker) -> bool
fn eq(&self, other: &Char32TMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Char32TMarker> for Char32TMarker
impl PartialOrd<Char32TMarker> for Char32TMarker
source§fn partial_cmp(&self, other: &Char32TMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &Char32TMarker) -> 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 ServiceMarker for Char32TMarker
impl ServiceMarker for Char32TMarker
§type Proxy = Char32TProxy
type Proxy = Char32TProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
§type Request = Char32TRequest
type Request = Char32TRequest
The request type for this particular FIDL service.
source§const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.upper3.CHAR32_T"
const SERVICE_NAME: &'static str = "fidl.test.dangerous.service.names.upper3.CHAR32_T"
The name of the service. Used for service lookup and discovery.