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