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