pub struct LeSetAdvSetRandomAddr(/* private fields */);
Expand description
LE Set Advertising Set Random Address command ๐ $name command.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetAdvSetRandomAddr
impl Clone for LeSetAdvSetRandomAddr
Sourceยงfn clone(&self) -> LeSetAdvSetRandomAddr
fn clone(&self) -> LeSetAdvSetRandomAddr
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 LeSetAdvSetRandomAddr
impl Cmd for LeSetAdvSetRandomAddr
Sourceยงtype Params = LeSetAdvSetRandomAddrParams
type Params = LeSetAdvSetRandomAddrParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeSetAdvSetRandomAddrParams
fn params(&self) -> &LeSetAdvSetRandomAddrParams
Parameters expected for this command.
Sourceยงimpl Debug for LeSetAdvSetRandomAddr
impl Debug for LeSetAdvSetRandomAddr
Sourceยงimpl From<LeSetAdvSetRandomAddrParams> for LeSetAdvSetRandomAddr
impl From<LeSetAdvSetRandomAddrParams> for LeSetAdvSetRandomAddr
Sourceยงfn from(params: LeSetAdvSetRandomAddrParams) -> Self
fn from(params: LeSetAdvSetRandomAddrParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeSetAdvSetRandomAddr
impl Hash for LeSetAdvSetRandomAddr
Sourceยงimpl Ord for LeSetAdvSetRandomAddr
impl Ord for LeSetAdvSetRandomAddr
Sourceยงfn cmp(&self, other: &LeSetAdvSetRandomAddr) -> Ordering
fn cmp(&self, other: &LeSetAdvSetRandomAddr) -> 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 LeSetAdvSetRandomAddr
impl PartialEq for LeSetAdvSetRandomAddr
Sourceยงimpl PartialOrd for LeSetAdvSetRandomAddr
impl PartialOrd for LeSetAdvSetRandomAddr
Sourceยงimpl SyncCmd for LeSetAdvSetRandomAddr
impl SyncCmd for LeSetAdvSetRandomAddr
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 LeSetAdvSetRandomAddr
impl WriteHci for LeSetAdvSetRandomAddr
impl Copy for LeSetAdvSetRandomAddr
impl Eq for LeSetAdvSetRandomAddr
impl StructuralPartialEq for LeSetAdvSetRandomAddr
Auto Trait Implementationsยง
impl Freeze for LeSetAdvSetRandomAddr
impl RefUnwindSafe for LeSetAdvSetRandomAddr
impl Send for LeSetAdvSetRandomAddr
impl Sync for LeSetAdvSetRandomAddr
impl Unpin for LeSetAdvSetRandomAddr
impl UnwindSafe for LeSetAdvSetRandomAddr
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.