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