pub struct RemoteNameRequestCancel(/* private fields */);
Expand description
Remote Name Request Cancel command ๐
Cancels an ongoing Remote Name Request procedure.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for RemoteNameRequestCancel
impl Clone for RemoteNameRequestCancel
Sourceยงfn clone(&self) -> RemoteNameRequestCancel
fn clone(&self) -> RemoteNameRequestCancel
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 RemoteNameRequestCancel
impl Cmd for RemoteNameRequestCancel
Sourceยงimpl Debug for RemoteNameRequestCancel
impl Debug for RemoteNameRequestCancel
Sourceยงimpl From<BdAddr> for RemoteNameRequestCancel
impl From<BdAddr> for RemoteNameRequestCancel
Sourceยงimpl Hash for RemoteNameRequestCancel
impl Hash for RemoteNameRequestCancel
Sourceยงimpl Ord for RemoteNameRequestCancel
impl Ord for RemoteNameRequestCancel
Sourceยงfn cmp(&self, other: &RemoteNameRequestCancel) -> Ordering
fn cmp(&self, other: &RemoteNameRequestCancel) -> 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 RemoteNameRequestCancel
impl PartialEq for RemoteNameRequestCancel
Sourceยงimpl PartialOrd for RemoteNameRequestCancel
impl PartialOrd for RemoteNameRequestCancel
Sourceยงimpl SyncCmd for RemoteNameRequestCancel
impl SyncCmd for RemoteNameRequestCancel
Sourceยงtype Return = BdAddr
type Return = BdAddr
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 RemoteNameRequestCancel
impl WriteHci for RemoteNameRequestCancel
impl Copy for RemoteNameRequestCancel
impl Eq for RemoteNameRequestCancel
impl StructuralPartialEq for RemoteNameRequestCancel
Auto Trait Implementationsยง
impl Freeze for RemoteNameRequestCancel
impl RefUnwindSafe for RemoteNameRequestCancel
impl Send for RemoteNameRequestCancel
impl Sync for RemoteNameRequestCancel
impl Unpin for RemoteNameRequestCancel
impl UnwindSafe for RemoteNameRequestCancel
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.