pub struct IoCapabilityRequestNegativeReply(/* private fields */);
Expand description
IO Capability Request Negative Reply command ๐
Reject a pairing attempt after an IO Capability Request event has been received.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for IoCapabilityRequestNegativeReply
impl Clone for IoCapabilityRequestNegativeReply
Sourceยงfn clone(&self) -> IoCapabilityRequestNegativeReply
fn clone(&self) -> IoCapabilityRequestNegativeReply
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 IoCapabilityRequestNegativeReply
impl Cmd for IoCapabilityRequestNegativeReply
Sourceยงtype Params = IoCapabilityRequestNegativeReplyParams
type Params = IoCapabilityRequestNegativeReplyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &IoCapabilityRequestNegativeReplyParams
fn params(&self) -> &IoCapabilityRequestNegativeReplyParams
Parameters expected for this command.
Sourceยงimpl From<IoCapabilityRequestNegativeReplyParams> for IoCapabilityRequestNegativeReply
impl From<IoCapabilityRequestNegativeReplyParams> for IoCapabilityRequestNegativeReply
Sourceยงfn from(params: IoCapabilityRequestNegativeReplyParams) -> Self
fn from(params: IoCapabilityRequestNegativeReplyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for IoCapabilityRequestNegativeReply
impl Ord for IoCapabilityRequestNegativeReply
Sourceยงfn cmp(&self, other: &IoCapabilityRequestNegativeReply) -> Ordering
fn cmp(&self, other: &IoCapabilityRequestNegativeReply) -> 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 IoCapabilityRequestNegativeReply
impl PartialEq for IoCapabilityRequestNegativeReply
Sourceยงfn eq(&self, other: &IoCapabilityRequestNegativeReply) -> bool
fn eq(&self, other: &IoCapabilityRequestNegativeReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for IoCapabilityRequestNegativeReply
impl PartialOrd for IoCapabilityRequestNegativeReply
Sourceยงimpl SyncCmd for IoCapabilityRequestNegativeReply
impl SyncCmd for IoCapabilityRequestNegativeReply
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 IoCapabilityRequestNegativeReply
impl WriteHci for IoCapabilityRequestNegativeReply
impl Copy for IoCapabilityRequestNegativeReply
impl Eq for IoCapabilityRequestNegativeReply
impl StructuralPartialEq for IoCapabilityRequestNegativeReply
Auto Trait Implementationsยง
impl Freeze for IoCapabilityRequestNegativeReply
impl RefUnwindSafe for IoCapabilityRequestNegativeReply
impl Send for IoCapabilityRequestNegativeReply
impl Sync for IoCapabilityRequestNegativeReply
impl Unpin for IoCapabilityRequestNegativeReply
impl UnwindSafe for IoCapabilityRequestNegativeReply
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.