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