pub struct Inquiry(/* private fields */);
Expand description
Inquiry command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl From<InquiryParams> for Inquiry
impl From<InquiryParams> for Inquiry
Sourceยงfn from(params: InquiryParams) -> Self
fn from(params: InquiryParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for Inquiry
impl Ord for Inquiry
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 PartialOrd for Inquiry
impl PartialOrd for Inquiry
Sourceยงimpl SyncCmd for Inquiry
impl SyncCmd for Inquiry
Sourceยงtype Return = ()
type Return = ()
The type of the parameters for the
CommandComplete
eventSourceยงfn param_handle(&self)
fn param_handle(&self)
Handle parameter for this command.
Sourceยงfn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
fn return_handle(_data: &[u8]) -> Result<Self::Handle, FromHciBytesError>
Extracts the
Self::Handle
from the return parameters for commands that return a handle. Read moreSourceยงimpl WriteHci for Inquiry
impl WriteHci for Inquiry
impl Copy for Inquiry
impl Eq for Inquiry
impl StructuralPartialEq for Inquiry
Auto Trait Implementationsยง
impl Freeze for Inquiry
impl RefUnwindSafe for Inquiry
impl Send for Inquiry
impl Sync for Inquiry
impl Unpin for Inquiry
impl UnwindSafe for Inquiry
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ยงimpl<T> HostToControllerPacket for Twhere
T: Cmd,
impl<T> HostToControllerPacket for Twhere
T: Cmd,
Sourceยงconst KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
const KIND: PacketKind = const KIND: PacketKind = PacketKind::Cmd;
Packet kind associated with this HCI packet.