pub struct GattClientControllerMarker;Trait Implementations§
Source§impl Clone for GattClientControllerMarker
impl Clone for GattClientControllerMarker
Source§fn clone(&self) -> GattClientControllerMarker
fn clone(&self) -> GattClientControllerMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GattClientControllerMarker
impl Debug for GattClientControllerMarker
Source§impl DiscoverableProtocolMarker for GattClientControllerMarker
impl DiscoverableProtocolMarker for GattClientControllerMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for GattClientControllerMarker
impl Hash for GattClientControllerMarker
Source§impl Ord for GattClientControllerMarker
impl Ord for GattClientControllerMarker
Source§fn cmp(&self, other: &GattClientControllerMarker) -> Ordering
fn cmp(&self, other: &GattClientControllerMarker) -> Ordering
1.21.0 (const: unstable) · 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 for GattClientControllerMarker
impl PartialEq for GattClientControllerMarker
Source§fn eq(&self, other: &GattClientControllerMarker) -> bool
fn eq(&self, other: &GattClientControllerMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GattClientControllerMarker
impl PartialOrd for GattClientControllerMarker
Source§impl ProtocolMarker for GattClientControllerMarker
impl ProtocolMarker for GattClientControllerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.affordances.GattClientController"
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.affordances.GattClientController"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = GattClientControllerProxy
type Proxy = GattClientControllerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.Source§type RequestStream = GattClientControllerRequestStream
type RequestStream = GattClientControllerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = GattClientControllerSynchronousProxy
type SynchronousProxy = GattClientControllerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd.impl Copy for GattClientControllerMarker
impl Eq for GattClientControllerMarker
impl StructuralPartialEq for GattClientControllerMarker
Auto Trait Implementations§
impl Freeze for GattClientControllerMarker
impl RefUnwindSafe for GattClientControllerMarker
impl Send for GattClientControllerMarker
impl Sync for GattClientControllerMarker
impl Unpin for GattClientControllerMarker
impl UnsafeUnpin for GattClientControllerMarker
impl UnwindSafe for GattClientControllerMarker
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more