pub struct LeSetRandomAddr(/* private fields */);
Expand description
LE Set Random Address command ๐ $name command.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetRandomAddr
impl Clone for LeSetRandomAddr
Sourceยงfn clone(&self) -> LeSetRandomAddr
fn clone(&self) -> LeSetRandomAddr
Returns a copy 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 LeSetRandomAddr
impl Cmd for LeSetRandomAddr
Sourceยงimpl Debug for LeSetRandomAddr
impl Debug for LeSetRandomAddr
Sourceยงimpl From<BdAddr> for LeSetRandomAddr
impl From<BdAddr> for LeSetRandomAddr
Sourceยงimpl Hash for LeSetRandomAddr
impl Hash for LeSetRandomAddr
Sourceยงimpl Ord for LeSetRandomAddr
impl Ord for LeSetRandomAddr
Sourceยงfn cmp(&self, other: &LeSetRandomAddr) -> Ordering
fn cmp(&self, other: &LeSetRandomAddr) -> 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 LeSetRandomAddr
impl PartialEq for LeSetRandomAddr
Sourceยงimpl PartialOrd for LeSetRandomAddr
impl PartialOrd for LeSetRandomAddr
Sourceยงimpl SyncCmd for LeSetRandomAddr
impl SyncCmd for LeSetRandomAddr
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 LeSetRandomAddr
impl WriteHci for LeSetRandomAddr
impl Copy for LeSetRandomAddr
impl Eq for LeSetRandomAddr
impl StructuralPartialEq for LeSetRandomAddr
Auto Trait Implementationsยง
impl Freeze for LeSetRandomAddr
impl RefUnwindSafe for LeSetRandomAddr
impl Send for LeSetRandomAddr
impl Sync for LeSetRandomAddr
impl Unpin for LeSetRandomAddr
impl UnwindSafe for LeSetRandomAddr
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.