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