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