pub struct LeReadRemoteFeatures(/* private fields */);
Expand description
LE Read Remote Features command ๐
Implementationsยง
Sourceยงimpl LeReadRemoteFeatures
impl LeReadRemoteFeatures
Sourcepub fn new(param: ConnHandle) -> Self
pub fn new(param: ConnHandle) -> Self
Create a new instance of the command with the provided parameters.
Trait Implementationsยง
Sourceยงimpl AsyncCmd for LeReadRemoteFeatures
impl AsyncCmd for LeReadRemoteFeatures
Sourceยงimpl Clone for LeReadRemoteFeatures
impl Clone for LeReadRemoteFeatures
Sourceยงfn clone(&self) -> LeReadRemoteFeatures
fn clone(&self) -> LeReadRemoteFeatures
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 LeReadRemoteFeatures
impl Cmd for LeReadRemoteFeatures
Sourceยงimpl Debug for LeReadRemoteFeatures
impl Debug for LeReadRemoteFeatures
Sourceยงimpl From<ConnHandle> for LeReadRemoteFeatures
impl From<ConnHandle> for LeReadRemoteFeatures
Sourceยงfn from(params: ConnHandle) -> Self
fn from(params: ConnHandle) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeReadRemoteFeatures
impl Hash for LeReadRemoteFeatures
Sourceยงimpl Ord for LeReadRemoteFeatures
impl Ord for LeReadRemoteFeatures
Sourceยงfn cmp(&self, other: &LeReadRemoteFeatures) -> Ordering
fn cmp(&self, other: &LeReadRemoteFeatures) -> 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 LeReadRemoteFeatures
impl PartialEq for LeReadRemoteFeatures
Sourceยงimpl PartialOrd for LeReadRemoteFeatures
impl PartialOrd for LeReadRemoteFeatures
Sourceยงimpl WriteHci for LeReadRemoteFeatures
impl WriteHci for LeReadRemoteFeatures
impl Copy for LeReadRemoteFeatures
impl Eq for LeReadRemoteFeatures
impl StructuralPartialEq for LeReadRemoteFeatures
Auto Trait Implementationsยง
impl Freeze for LeReadRemoteFeatures
impl RefUnwindSafe for LeReadRemoteFeatures
impl Send for LeReadRemoteFeatures
impl Sync for LeReadRemoteFeatures
impl Unpin for LeReadRemoteFeatures
impl UnwindSafe for LeReadRemoteFeatures
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.