pub struct UserPasskeyRequestNegativeReply(/* private fields */);
Expand description
User Passkey Request Negative Reply command ๐
Reply to a User Passkey Request event indicating the Host could not provide a passkey.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for UserPasskeyRequestNegativeReply
impl Clone for UserPasskeyRequestNegativeReply
Sourceยงfn clone(&self) -> UserPasskeyRequestNegativeReply
fn clone(&self) -> UserPasskeyRequestNegativeReply
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 Ord for UserPasskeyRequestNegativeReply
impl Ord for UserPasskeyRequestNegativeReply
Sourceยงfn cmp(&self, other: &UserPasskeyRequestNegativeReply) -> Ordering
fn cmp(&self, other: &UserPasskeyRequestNegativeReply) -> 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 UserPasskeyRequestNegativeReply
impl PartialEq for UserPasskeyRequestNegativeReply
Sourceยงfn eq(&self, other: &UserPasskeyRequestNegativeReply) -> bool
fn eq(&self, other: &UserPasskeyRequestNegativeReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for UserPasskeyRequestNegativeReply
impl PartialOrd for UserPasskeyRequestNegativeReply
Sourceยงimpl SyncCmd for UserPasskeyRequestNegativeReply
impl SyncCmd for UserPasskeyRequestNegativeReply
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 UserPasskeyRequestNegativeReply
impl WriteHci for UserPasskeyRequestNegativeReply
impl Copy for UserPasskeyRequestNegativeReply
impl Eq for UserPasskeyRequestNegativeReply
impl StructuralPartialEq for UserPasskeyRequestNegativeReply
Auto Trait Implementationsยง
impl Freeze for UserPasskeyRequestNegativeReply
impl RefUnwindSafe for UserPasskeyRequestNegativeReply
impl Send for UserPasskeyRequestNegativeReply
impl Sync for UserPasskeyRequestNegativeReply
impl Unpin for UserPasskeyRequestNegativeReply
impl UnwindSafe for UserPasskeyRequestNegativeReply
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.