pub struct LeSetExtScanResponseData<'d>(/* private fields */);
Expand description
LE Set Extended Scan Response Data command ๐ $name command.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'d> Clone for LeSetExtScanResponseData<'d>
impl<'d> Clone for LeSetExtScanResponseData<'d>
Sourceยงfn clone(&self) -> LeSetExtScanResponseData<'d>
fn clone(&self) -> LeSetExtScanResponseData<'d>
Returns a copy 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<'d> Cmd for LeSetExtScanResponseData<'d>
impl<'d> Cmd for LeSetExtScanResponseData<'d>
Sourceยงtype Params = LeSetExtScanResponseDataParams<'d>
type Params = LeSetExtScanResponseDataParams<'d>
Parameters type for this command.
Sourceยงfn params(&self) -> &LeSetExtScanResponseDataParams<'d>
fn params(&self) -> &LeSetExtScanResponseDataParams<'d>
Parameters expected for this command.
Sourceยงimpl<'d> Debug for LeSetExtScanResponseData<'d>
impl<'d> Debug for LeSetExtScanResponseData<'d>
Sourceยงimpl<'d> From<LeSetExtScanResponseDataParams<'d>> for LeSetExtScanResponseData<'d>
impl<'d> From<LeSetExtScanResponseDataParams<'d>> for LeSetExtScanResponseData<'d>
Sourceยงfn from(params: LeSetExtScanResponseDataParams<'d>) -> Self
fn from(params: LeSetExtScanResponseDataParams<'d>) -> Self
Converts to this type from the input type.
Sourceยงimpl<'d> Hash for LeSetExtScanResponseData<'d>
impl<'d> Hash for LeSetExtScanResponseData<'d>
Sourceยงimpl<'d> Ord for LeSetExtScanResponseData<'d>
impl<'d> Ord for LeSetExtScanResponseData<'d>
Sourceยงfn cmp(&self, other: &LeSetExtScanResponseData<'d>) -> Ordering
fn cmp(&self, other: &LeSetExtScanResponseData<'d>) -> 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<'d> PartialEq for LeSetExtScanResponseData<'d>
impl<'d> PartialEq for LeSetExtScanResponseData<'d>
Sourceยงfn eq(&self, other: &LeSetExtScanResponseData<'d>) -> bool
fn eq(&self, other: &LeSetExtScanResponseData<'d>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl<'d> PartialOrd for LeSetExtScanResponseData<'d>
impl<'d> PartialOrd for LeSetExtScanResponseData<'d>
Sourceยงimpl<'d> SyncCmd for LeSetExtScanResponseData<'d>
impl<'d> SyncCmd for LeSetExtScanResponseData<'d>
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<'d> WriteHci for LeSetExtScanResponseData<'d>
impl<'d> WriteHci for LeSetExtScanResponseData<'d>
impl<'d> Copy for LeSetExtScanResponseData<'d>
impl<'d> Eq for LeSetExtScanResponseData<'d>
impl<'d> StructuralPartialEq for LeSetExtScanResponseData<'d>
Auto Trait Implementationsยง
impl<'d> Freeze for LeSetExtScanResponseData<'d>
impl<'d> RefUnwindSafe for LeSetExtScanResponseData<'d>
impl<'d> Send for LeSetExtScanResponseData<'d>
impl<'d> Sync for LeSetExtScanResponseData<'d>
impl<'d> Unpin for LeSetExtScanResponseData<'d>
impl<'d> UnwindSafe for LeSetExtScanResponseData<'d>
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.