pub struct HciServiceMarker;
Trait Implementations§
Source§impl Clone for HciServiceMarker
impl Clone for HciServiceMarker
Source§fn clone(&self) -> HciServiceMarker
fn clone(&self) -> HciServiceMarker
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 HciServiceMarker
impl Debug for HciServiceMarker
Source§impl Hash for HciServiceMarker
impl Hash for HciServiceMarker
Source§impl Ord for HciServiceMarker
impl Ord for HciServiceMarker
Source§fn cmp(&self, other: &HciServiceMarker) -> Ordering
fn cmp(&self, other: &HciServiceMarker) -> 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 HciServiceMarker
impl PartialEq for HciServiceMarker
Source§impl PartialOrd for HciServiceMarker
impl PartialOrd for HciServiceMarker
Source§impl ServiceMarker for HciServiceMarker
impl ServiceMarker for HciServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.hardware.bluetooth.HciService"
const SERVICE_NAME: &'static str = "fuchsia.hardware.bluetooth.HciService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = HciServiceProxy
type Proxy = HciServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = HciServiceRequest
type Request = HciServiceRequest
The request type for this particular FIDL service.
impl Copy for HciServiceMarker
impl Eq for HciServiceMarker
impl StructuralPartialEq for HciServiceMarker
Auto Trait Implementations§
impl Freeze for HciServiceMarker
impl RefUnwindSafe for HciServiceMarker
impl Send for HciServiceMarker
impl Sync for HciServiceMarker
impl Unpin for HciServiceMarker
impl UnwindSafe for HciServiceMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)