pub struct ReadStoredLinkKey(/* private fields */);
Expand description
Read Stored Link Key command ๐
Reads stored link keys for one or more devices, or all devices.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for ReadStoredLinkKey
impl Clone for ReadStoredLinkKey
Sourceยงfn clone(&self) -> ReadStoredLinkKey
fn clone(&self) -> ReadStoredLinkKey
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 ReadStoredLinkKey
impl Cmd for ReadStoredLinkKey
Sourceยงtype Params = ReadStoredLinkKeyParams
type Params = ReadStoredLinkKeyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &ReadStoredLinkKeyParams
fn params(&self) -> &ReadStoredLinkKeyParams
Parameters expected for this command.
Sourceยงimpl Debug for ReadStoredLinkKey
impl Debug for ReadStoredLinkKey
Sourceยงimpl From<ReadStoredLinkKeyParams> for ReadStoredLinkKey
impl From<ReadStoredLinkKeyParams> for ReadStoredLinkKey
Sourceยงfn from(params: ReadStoredLinkKeyParams) -> Self
fn from(params: ReadStoredLinkKeyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for ReadStoredLinkKey
impl Hash for ReadStoredLinkKey
Sourceยงimpl Ord for ReadStoredLinkKey
impl Ord for ReadStoredLinkKey
Sourceยงfn cmp(&self, other: &ReadStoredLinkKey) -> Ordering
fn cmp(&self, other: &ReadStoredLinkKey) -> 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 ReadStoredLinkKey
impl PartialEq for ReadStoredLinkKey
Sourceยงimpl PartialOrd for ReadStoredLinkKey
impl PartialOrd for ReadStoredLinkKey
Sourceยงimpl SyncCmd for ReadStoredLinkKey
impl SyncCmd for ReadStoredLinkKey
Sourceยงtype Return = ReadStoredLinkKeyReturn
type Return = ReadStoredLinkKeyReturn
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 ReadStoredLinkKey
impl WriteHci for ReadStoredLinkKey
impl Copy for ReadStoredLinkKey
impl Eq for ReadStoredLinkKey
impl StructuralPartialEq for ReadStoredLinkKey
Auto Trait Implementationsยง
impl Freeze for ReadStoredLinkKey
impl RefUnwindSafe for ReadStoredLinkKey
impl Send for ReadStoredLinkKey
impl Sync for ReadStoredLinkKey
impl Unpin for ReadStoredLinkKey
impl UnwindSafe for ReadStoredLinkKey
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.