pub struct PrivilegedCentralMarker;Trait Implementations§
Source§impl Clone for PrivilegedCentralMarker
impl Clone for PrivilegedCentralMarker
Source§fn clone(&self) -> PrivilegedCentralMarker
fn clone(&self) -> PrivilegedCentralMarker
Returns a duplicate 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 PrivilegedCentralMarker
impl Debug for PrivilegedCentralMarker
Source§impl DiscoverableProtocolMarker for PrivilegedCentralMarker
impl DiscoverableProtocolMarker for PrivilegedCentralMarker
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 PrivilegedCentralMarker
impl Hash for PrivilegedCentralMarker
Source§impl Ord for PrivilegedCentralMarker
impl Ord for PrivilegedCentralMarker
Source§fn cmp(&self, other: &PrivilegedCentralMarker) -> Ordering
fn cmp(&self, other: &PrivilegedCentralMarker) -> 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 for PrivilegedCentralMarker
impl PartialEq for PrivilegedCentralMarker
Source§impl PartialOrd for PrivilegedCentralMarker
impl PartialOrd for PrivilegedCentralMarker
Source§impl ProtocolMarker for PrivilegedCentralMarker
impl ProtocolMarker for PrivilegedCentralMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.le.PrivilegedCentral"
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.le.PrivilegedCentral"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = PrivilegedCentralProxy
type Proxy = PrivilegedCentralProxy
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 = PrivilegedCentralRequestStream
type RequestStream = PrivilegedCentralRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = PrivilegedCentralSynchronousProxy
type SynchronousProxy = PrivilegedCentralSynchronousProxy
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 PrivilegedCentralMarker
impl Eq for PrivilegedCentralMarker
impl StructuralPartialEq for PrivilegedCentralMarker
Auto Trait Implementations§
impl Freeze for PrivilegedCentralMarker
impl RefUnwindSafe for PrivilegedCentralMarker
impl Send for PrivilegedCentralMarker
impl Sync for PrivilegedCentralMarker
impl Unpin for PrivilegedCentralMarker
impl UnsafeUnpin for PrivilegedCentralMarker
impl UnwindSafe for PrivilegedCentralMarker
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