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