pub struct UserConfirmationRequestReply(/* private fields */);
Expand description
User Confirmation Request Reply command ๐
Reply to a User Confirmation Request event indicating that the user selected โyesโ.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for UserConfirmationRequestReply
impl Clone for UserConfirmationRequestReply
Sourceยงfn clone(&self) -> UserConfirmationRequestReply
fn clone(&self) -> UserConfirmationRequestReply
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 UserConfirmationRequestReply
impl Cmd for UserConfirmationRequestReply
Sourceยงimpl From<BdAddr> for UserConfirmationRequestReply
impl From<BdAddr> for UserConfirmationRequestReply
Sourceยงimpl Hash for UserConfirmationRequestReply
impl Hash for UserConfirmationRequestReply
Sourceยงimpl Ord for UserConfirmationRequestReply
impl Ord for UserConfirmationRequestReply
Sourceยงfn cmp(&self, other: &UserConfirmationRequestReply) -> Ordering
fn cmp(&self, other: &UserConfirmationRequestReply) -> 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 UserConfirmationRequestReply
impl PartialEq for UserConfirmationRequestReply
Sourceยงfn eq(&self, other: &UserConfirmationRequestReply) -> bool
fn eq(&self, other: &UserConfirmationRequestReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for UserConfirmationRequestReply
impl PartialOrd for UserConfirmationRequestReply
Sourceยงimpl SyncCmd for UserConfirmationRequestReply
impl SyncCmd for UserConfirmationRequestReply
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 UserConfirmationRequestReply
impl WriteHci for UserConfirmationRequestReply
impl Copy for UserConfirmationRequestReply
impl Eq for UserConfirmationRequestReply
impl StructuralPartialEq for UserConfirmationRequestReply
Auto Trait Implementationsยง
impl Freeze for UserConfirmationRequestReply
impl RefUnwindSafe for UserConfirmationRequestReply
impl Send for UserConfirmationRequestReply
impl Sync for UserConfirmationRequestReply
impl Unpin for UserConfirmationRequestReply
impl UnwindSafe for UserConfirmationRequestReply
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.