pub struct LeAddDeviceToResolvingList(/* private fields */);
Expand description
LE Add Device To Resolving List command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeAddDeviceToResolvingList
impl Clone for LeAddDeviceToResolvingList
Sourceยงfn clone(&self) -> LeAddDeviceToResolvingList
fn clone(&self) -> LeAddDeviceToResolvingList
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 LeAddDeviceToResolvingList
impl Cmd for LeAddDeviceToResolvingList
Sourceยงtype Params = LeAddDeviceToResolvingListParams
type Params = LeAddDeviceToResolvingListParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeAddDeviceToResolvingListParams
fn params(&self) -> &LeAddDeviceToResolvingListParams
Parameters expected for this command.
Sourceยงimpl Debug for LeAddDeviceToResolvingList
impl Debug for LeAddDeviceToResolvingList
Sourceยงimpl From<LeAddDeviceToResolvingListParams> for LeAddDeviceToResolvingList
impl From<LeAddDeviceToResolvingListParams> for LeAddDeviceToResolvingList
Sourceยงfn from(params: LeAddDeviceToResolvingListParams) -> Self
fn from(params: LeAddDeviceToResolvingListParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeAddDeviceToResolvingList
impl Hash for LeAddDeviceToResolvingList
Sourceยงimpl Ord for LeAddDeviceToResolvingList
impl Ord for LeAddDeviceToResolvingList
Sourceยงfn cmp(&self, other: &LeAddDeviceToResolvingList) -> Ordering
fn cmp(&self, other: &LeAddDeviceToResolvingList) -> 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 LeAddDeviceToResolvingList
impl PartialEq for LeAddDeviceToResolvingList
Sourceยงfn eq(&self, other: &LeAddDeviceToResolvingList) -> bool
fn eq(&self, other: &LeAddDeviceToResolvingList) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeAddDeviceToResolvingList
impl PartialOrd for LeAddDeviceToResolvingList
Sourceยงimpl SyncCmd for LeAddDeviceToResolvingList
impl SyncCmd for LeAddDeviceToResolvingList
Sourceยงtype Return = ()
type Return = ()
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 LeAddDeviceToResolvingList
impl WriteHci for LeAddDeviceToResolvingList
impl Copy for LeAddDeviceToResolvingList
impl Eq for LeAddDeviceToResolvingList
impl StructuralPartialEq for LeAddDeviceToResolvingList
Auto Trait Implementationsยง
impl Freeze for LeAddDeviceToResolvingList
impl RefUnwindSafe for LeAddDeviceToResolvingList
impl Send for LeAddDeviceToResolvingList
impl Sync for LeAddDeviceToResolvingList
impl Unpin for LeAddDeviceToResolvingList
impl UnwindSafe for LeAddDeviceToResolvingList
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.