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