pub struct HfpMarker;
Trait Implementations§
Source§impl DiscoverableProtocolMarker for HfpMarker
impl DiscoverableProtocolMarker for HfpMarker
§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 Ord for HfpMarker
impl Ord for HfpMarker
Source§impl PartialOrd for HfpMarker
impl PartialOrd for HfpMarker
Source§impl ProtocolMarker for HfpMarker
impl ProtocolMarker for HfpMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.bluetooth.hfp.Hfp"
const DEBUG_NAME: &'static str = "fuchsia.bluetooth.hfp.Hfp"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = HfpProxy
type Proxy = HfpProxy
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 = HfpRequestStream
type RequestStream = HfpRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = HfpSynchronousProxy
type SynchronousProxy = HfpSynchronousProxy
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 HfpMarker
impl Eq for HfpMarker
impl StructuralPartialEq for HfpMarker
Auto Trait Implementations§
impl Freeze for HfpMarker
impl RefUnwindSafe for HfpMarker
impl Send for HfpMarker
impl Sync for HfpMarker
impl Unpin for HfpMarker
impl UnwindSafe for HfpMarker
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
)