pub struct LeSetAddrResolutionEnable(/* private fields */);
Expand description
LE Set Address Resolution Enable command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetAddrResolutionEnable
impl Clone for LeSetAddrResolutionEnable
Sourceยงfn clone(&self) -> LeSetAddrResolutionEnable
fn clone(&self) -> LeSetAddrResolutionEnable
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 LeSetAddrResolutionEnable
impl Cmd for LeSetAddrResolutionEnable
Sourceยงimpl Debug for LeSetAddrResolutionEnable
impl Debug for LeSetAddrResolutionEnable
Sourceยงimpl From<bool> for LeSetAddrResolutionEnable
impl From<bool> for LeSetAddrResolutionEnable
Sourceยงimpl Hash for LeSetAddrResolutionEnable
impl Hash for LeSetAddrResolutionEnable
Sourceยงimpl Ord for LeSetAddrResolutionEnable
impl Ord for LeSetAddrResolutionEnable
Sourceยงfn cmp(&self, other: &LeSetAddrResolutionEnable) -> Ordering
fn cmp(&self, other: &LeSetAddrResolutionEnable) -> 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 LeSetAddrResolutionEnable
impl PartialEq for LeSetAddrResolutionEnable
Sourceยงfn eq(&self, other: &LeSetAddrResolutionEnable) -> bool
fn eq(&self, other: &LeSetAddrResolutionEnable) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeSetAddrResolutionEnable
impl PartialOrd for LeSetAddrResolutionEnable
Sourceยงimpl SyncCmd for LeSetAddrResolutionEnable
impl SyncCmd for LeSetAddrResolutionEnable
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 LeSetAddrResolutionEnable
impl WriteHci for LeSetAddrResolutionEnable
impl Copy for LeSetAddrResolutionEnable
impl Eq for LeSetAddrResolutionEnable
impl StructuralPartialEq for LeSetAddrResolutionEnable
Auto Trait Implementationsยง
impl Freeze for LeSetAddrResolutionEnable
impl RefUnwindSafe for LeSetAddrResolutionEnable
impl Send for LeSetAddrResolutionEnable
impl Sync for LeSetAddrResolutionEnable
impl Unpin for LeSetAddrResolutionEnable
impl UnwindSafe for LeSetAddrResolutionEnable
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.