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