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