pub struct LeExtCreateConnV2(/* private fields */);
Expand description
LE Extended Create Connection (v2) command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl AsyncCmd for LeExtCreateConnV2
impl AsyncCmd for LeExtCreateConnV2
Sourceยงimpl Clone for LeExtCreateConnV2
impl Clone for LeExtCreateConnV2
Sourceยงfn clone(&self) -> LeExtCreateConnV2
fn clone(&self) -> LeExtCreateConnV2
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 LeExtCreateConnV2
impl Cmd for LeExtCreateConnV2
Sourceยงtype Params = LeExtCreateConnV2Params
type Params = LeExtCreateConnV2Params
Parameters type for this command.
Sourceยงfn params(&self) -> &LeExtCreateConnV2Params
fn params(&self) -> &LeExtCreateConnV2Params
Parameters expected for this command.
Sourceยงimpl Debug for LeExtCreateConnV2
impl Debug for LeExtCreateConnV2
Sourceยงimpl From<LeExtCreateConnV2Params> for LeExtCreateConnV2
impl From<LeExtCreateConnV2Params> for LeExtCreateConnV2
Sourceยงfn from(params: LeExtCreateConnV2Params) -> Self
fn from(params: LeExtCreateConnV2Params) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeExtCreateConnV2
impl Hash for LeExtCreateConnV2
Sourceยงimpl Ord for LeExtCreateConnV2
impl Ord for LeExtCreateConnV2
Sourceยงfn cmp(&self, other: &LeExtCreateConnV2) -> Ordering
fn cmp(&self, other: &LeExtCreateConnV2) -> 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 LeExtCreateConnV2
impl PartialEq for LeExtCreateConnV2
Sourceยงimpl PartialOrd for LeExtCreateConnV2
impl PartialOrd for LeExtCreateConnV2
Sourceยงimpl WriteHci for LeExtCreateConnV2
impl WriteHci for LeExtCreateConnV2
impl Copy for LeExtCreateConnV2
impl Eq for LeExtCreateConnV2
impl StructuralPartialEq for LeExtCreateConnV2
Auto Trait Implementationsยง
impl Freeze for LeExtCreateConnV2
impl RefUnwindSafe for LeExtCreateConnV2
impl Send for LeExtCreateConnV2
impl Sync for LeExtCreateConnV2
impl Unpin for LeExtCreateConnV2
impl UnwindSafe for LeExtCreateConnV2
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.