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