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