pub struct CreateConnectionCancel(/* private fields */);
Expand description
Create Connection Cancel command ๐
Cancels the Create Connection command that was previously issued.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for CreateConnectionCancel
impl Clone for CreateConnectionCancel
Sourceยงfn clone(&self) -> CreateConnectionCancel
fn clone(&self) -> CreateConnectionCancel
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 CreateConnectionCancel
impl Cmd for CreateConnectionCancel
Sourceยงimpl Debug for CreateConnectionCancel
impl Debug for CreateConnectionCancel
Sourceยงimpl From<BdAddr> for CreateConnectionCancel
impl From<BdAddr> for CreateConnectionCancel
Sourceยงimpl Hash for CreateConnectionCancel
impl Hash for CreateConnectionCancel
Sourceยงimpl Ord for CreateConnectionCancel
impl Ord for CreateConnectionCancel
Sourceยงfn cmp(&self, other: &CreateConnectionCancel) -> Ordering
fn cmp(&self, other: &CreateConnectionCancel) -> 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 CreateConnectionCancel
impl PartialEq for CreateConnectionCancel
Sourceยงimpl PartialOrd for CreateConnectionCancel
impl PartialOrd for CreateConnectionCancel
Sourceยงimpl SyncCmd for CreateConnectionCancel
impl SyncCmd for CreateConnectionCancel
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 CreateConnectionCancel
impl WriteHci for CreateConnectionCancel
impl Copy for CreateConnectionCancel
impl Eq for CreateConnectionCancel
impl StructuralPartialEq for CreateConnectionCancel
Auto Trait Implementationsยง
impl Freeze for CreateConnectionCancel
impl RefUnwindSafe for CreateConnectionCancel
impl Send for CreateConnectionCancel
impl Sync for CreateConnectionCancel
impl Unpin for CreateConnectionCancel
impl UnwindSafe for CreateConnectionCancel
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.