pub struct LinkKeyRequestReply(/* private fields */);
Expand description
Link Key Request Reply command ๐
Used to respond to a Link Key Request event with the stored link key.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LinkKeyRequestReply
impl Clone for LinkKeyRequestReply
Sourceยงfn clone(&self) -> LinkKeyRequestReply
fn clone(&self) -> LinkKeyRequestReply
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 LinkKeyRequestReply
impl Cmd for LinkKeyRequestReply
Sourceยงtype Params = LinkKeyRequestReplyParams
type Params = LinkKeyRequestReplyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LinkKeyRequestReplyParams
fn params(&self) -> &LinkKeyRequestReplyParams
Parameters expected for this command.
Sourceยงimpl Debug for LinkKeyRequestReply
impl Debug for LinkKeyRequestReply
Sourceยงimpl From<LinkKeyRequestReplyParams> for LinkKeyRequestReply
impl From<LinkKeyRequestReplyParams> for LinkKeyRequestReply
Sourceยงfn from(params: LinkKeyRequestReplyParams) -> Self
fn from(params: LinkKeyRequestReplyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LinkKeyRequestReply
impl Hash for LinkKeyRequestReply
Sourceยงimpl Ord for LinkKeyRequestReply
impl Ord for LinkKeyRequestReply
Sourceยงfn cmp(&self, other: &LinkKeyRequestReply) -> Ordering
fn cmp(&self, other: &LinkKeyRequestReply) -> 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 LinkKeyRequestReply
impl PartialEq for LinkKeyRequestReply
Sourceยงimpl PartialOrd for LinkKeyRequestReply
impl PartialOrd for LinkKeyRequestReply
Sourceยงimpl SyncCmd for LinkKeyRequestReply
impl SyncCmd for LinkKeyRequestReply
Sourceยงtype Return = BdAddr
type Return = BdAddr
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 LinkKeyRequestReply
impl WriteHci for LinkKeyRequestReply
impl Copy for LinkKeyRequestReply
impl Eq for LinkKeyRequestReply
impl StructuralPartialEq for LinkKeyRequestReply
Auto Trait Implementationsยง
impl Freeze for LinkKeyRequestReply
impl RefUnwindSafe for LinkKeyRequestReply
impl Send for LinkKeyRequestReply
impl Sync for LinkKeyRequestReply
impl Unpin for LinkKeyRequestReply
impl UnwindSafe for LinkKeyRequestReply
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.