pub struct CentralControllerMarker;Trait Implementations§
Source§impl Clone for CentralControllerMarker
impl Clone for CentralControllerMarker
Source§fn clone(&self) -> CentralControllerMarker
fn clone(&self) -> CentralControllerMarker
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 CentralControllerMarker
impl Debug for CentralControllerMarker
Source§impl DiscoverableProtocolMarker for CentralControllerMarker
impl DiscoverableProtocolMarker for CentralControllerMarker
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 CentralControllerMarker
impl Hash for CentralControllerMarker
Source§impl Ord for CentralControllerMarker
impl Ord for CentralControllerMarker
Source§fn cmp(&self, other: &CentralControllerMarker) -> Ordering
fn cmp(&self, other: &CentralControllerMarker) -> 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 CentralControllerMarker
impl PartialEq for CentralControllerMarker
Source§fn eq(&self, other: &CentralControllerMarker) -> bool
fn eq(&self, other: &CentralControllerMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CentralControllerMarker
impl PartialOrd for CentralControllerMarker
Source§impl ProtocolMarker for CentralControllerMarker
impl ProtocolMarker for CentralControllerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.affordances.CentralController"
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.affordances.CentralController"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = CentralControllerProxy
type Proxy = CentralControllerProxy
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 = CentralControllerRequestStream
type RequestStream = CentralControllerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = CentralControllerSynchronousProxy
type SynchronousProxy = CentralControllerSynchronousProxy
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 CentralControllerMarker
impl Eq for CentralControllerMarker
impl StructuralPartialEq for CentralControllerMarker
Auto Trait Implementations§
impl Freeze for CentralControllerMarker
impl RefUnwindSafe for CentralControllerMarker
impl Send for CentralControllerMarker
impl Sync for CentralControllerMarker
impl Unpin for CentralControllerMarker
impl UnsafeUnpin for CentralControllerMarker
impl UnwindSafe for CentralControllerMarker
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