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