pub struct RemoteOobExtendedDataRequestReply(/* private fields */);
Expand description
Remote OOB Extended Data Request Reply command ๐
Reply to a Remote OOB Data Request event with the C and R values received via OOB transfer for both P-192 and P-256.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for RemoteOobExtendedDataRequestReply
impl Clone for RemoteOobExtendedDataRequestReply
Sourceยงfn clone(&self) -> RemoteOobExtendedDataRequestReply
fn clone(&self) -> RemoteOobExtendedDataRequestReply
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 RemoteOobExtendedDataRequestReply
impl Cmd for RemoteOobExtendedDataRequestReply
Sourceยงtype Params = RemoteOobExtendedDataRequestReplyParams
type Params = RemoteOobExtendedDataRequestReplyParams
Parameters type for this command.
Sourceยงfn params(&self) -> &RemoteOobExtendedDataRequestReplyParams
fn params(&self) -> &RemoteOobExtendedDataRequestReplyParams
Parameters expected for this command.
Sourceยงimpl From<RemoteOobExtendedDataRequestReplyParams> for RemoteOobExtendedDataRequestReply
impl From<RemoteOobExtendedDataRequestReplyParams> for RemoteOobExtendedDataRequestReply
Sourceยงfn from(params: RemoteOobExtendedDataRequestReplyParams) -> Self
fn from(params: RemoteOobExtendedDataRequestReplyParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for RemoteOobExtendedDataRequestReply
impl Ord for RemoteOobExtendedDataRequestReply
Sourceยงfn cmp(&self, other: &RemoteOobExtendedDataRequestReply) -> Ordering
fn cmp(&self, other: &RemoteOobExtendedDataRequestReply) -> 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 RemoteOobExtendedDataRequestReply
impl PartialEq for RemoteOobExtendedDataRequestReply
Sourceยงfn eq(&self, other: &RemoteOobExtendedDataRequestReply) -> bool
fn eq(&self, other: &RemoteOobExtendedDataRequestReply) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for RemoteOobExtendedDataRequestReply
impl PartialOrd for RemoteOobExtendedDataRequestReply
Sourceยงimpl SyncCmd for RemoteOobExtendedDataRequestReply
impl SyncCmd for RemoteOobExtendedDataRequestReply
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 RemoteOobExtendedDataRequestReply
impl WriteHci for RemoteOobExtendedDataRequestReply
impl Copy for RemoteOobExtendedDataRequestReply
impl Eq for RemoteOobExtendedDataRequestReply
impl StructuralPartialEq for RemoteOobExtendedDataRequestReply
Auto Trait Implementationsยง
impl Freeze for RemoteOobExtendedDataRequestReply
impl RefUnwindSafe for RemoteOobExtendedDataRequestReply
impl Send for RemoteOobExtendedDataRequestReply
impl Sync for RemoteOobExtendedDataRequestReply
impl Unpin for RemoteOobExtendedDataRequestReply
impl UnwindSafe for RemoteOobExtendedDataRequestReply
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.