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