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