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