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