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