pub struct InquiryCancel(/* private fields */);
Expand description
Inquiry Cancel command ๐
Stops the current Inquiry if the BR/EDR Controller is in Inquiry Mode.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for InquiryCancel
impl Clone for InquiryCancel
Sourceยงfn clone(&self) -> InquiryCancel
fn clone(&self) -> InquiryCancel
Returns a duplicate 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 Cmd for InquiryCancel
impl Cmd for InquiryCancel
Sourceยงimpl Debug for InquiryCancel
impl Debug for InquiryCancel
Sourceยงimpl Default for InquiryCancel
impl Default for InquiryCancel
Sourceยงimpl From<()> for InquiryCancel
impl From<()> for InquiryCancel
Sourceยงimpl Hash for InquiryCancel
impl Hash for InquiryCancel
Sourceยงimpl Ord for InquiryCancel
impl Ord for InquiryCancel
Sourceยงfn cmp(&self, other: &InquiryCancel) -> Ordering
fn cmp(&self, other: &InquiryCancel) -> 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 InquiryCancel
impl PartialEq for InquiryCancel
Sourceยงimpl PartialOrd for InquiryCancel
impl PartialOrd for InquiryCancel
Sourceยงimpl SyncCmd for InquiryCancel
impl SyncCmd for InquiryCancel
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 InquiryCancel
impl WriteHci for InquiryCancel
impl Copy for InquiryCancel
impl Eq for InquiryCancel
impl StructuralPartialEq for InquiryCancel
Auto Trait Implementationsยง
impl Freeze for InquiryCancel
impl RefUnwindSafe for InquiryCancel
impl Send for InquiryCancel
impl Sync for InquiryCancel
impl Unpin for InquiryCancel
impl UnwindSafe for InquiryCancel
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.