pub struct HciMarker;
Trait Implementations§
Source§impl Ord for HciMarker
impl Ord for HciMarker
Source§impl PartialOrd for HciMarker
impl PartialOrd for HciMarker
Source§impl ProtocolMarker for HciMarker
impl ProtocolMarker for HciMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Hci"
const DEBUG_NAME: &'static str = "(anonymous) Hci"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = HciProxy
type Proxy = HciProxy
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 = HciRequestStream
type RequestStream = HciRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = HciSynchronousProxy
type SynchronousProxy = HciSynchronousProxy
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 HciMarker
impl Eq for HciMarker
impl StructuralPartialEq for HciMarker
Auto Trait Implementations§
impl Freeze for HciMarker
impl RefUnwindSafe for HciMarker
impl Send for HciMarker
impl Sync for HciMarker
impl Unpin for HciMarker
impl UnwindSafe for HciMarker
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
)