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