pub struct LinkKeyRequestNegativeReply(/* private fields */);
Expand description
Link Key Request Negative Reply command ๐
Used to respond to a Link Key Request event when no key is available.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LinkKeyRequestNegativeReply
impl Clone for LinkKeyRequestNegativeReply
Sourceยงfn clone(&self) -> LinkKeyRequestNegativeReply
fn clone(&self) -> LinkKeyRequestNegativeReply
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 LinkKeyRequestNegativeReply
impl Cmd for LinkKeyRequestNegativeReply
Sourceยงimpl Debug for LinkKeyRequestNegativeReply
impl Debug for LinkKeyRequestNegativeReply
Sourceยงimpl From<BdAddr> for LinkKeyRequestNegativeReply
impl From<BdAddr> for LinkKeyRequestNegativeReply
Sourceยงimpl Hash for LinkKeyRequestNegativeReply
impl Hash for LinkKeyRequestNegativeReply
Sourceยงimpl Ord for LinkKeyRequestNegativeReply
impl Ord for LinkKeyRequestNegativeReply
Sourceยงfn cmp(&self, other: &LinkKeyRequestNegativeReply) -> Ordering
fn cmp(&self, other: &LinkKeyRequestNegativeReply) -> 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 LinkKeyRequestNegativeReply
impl PartialEq for LinkKeyRequestNegativeReply
Sourceยงfn eq(&self, other: &LinkKeyRequestNegativeReply) -> bool
fn eq(&self, other: &LinkKeyRequestNegativeReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LinkKeyRequestNegativeReply
impl PartialOrd for LinkKeyRequestNegativeReply
Sourceยงimpl SyncCmd for LinkKeyRequestNegativeReply
impl SyncCmd for LinkKeyRequestNegativeReply
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 LinkKeyRequestNegativeReply
impl WriteHci for LinkKeyRequestNegativeReply
impl Copy for LinkKeyRequestNegativeReply
impl Eq for LinkKeyRequestNegativeReply
impl StructuralPartialEq for LinkKeyRequestNegativeReply
Auto Trait Implementationsยง
impl Freeze for LinkKeyRequestNegativeReply
impl RefUnwindSafe for LinkKeyRequestNegativeReply
impl Send for LinkKeyRequestNegativeReply
impl Sync for LinkKeyRequestNegativeReply
impl Unpin for LinkKeyRequestNegativeReply
impl UnwindSafe for LinkKeyRequestNegativeReply
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.