pub struct LeSetPathLossReportingParams(/* private fields */);
Expand description
LE Set Path Loss Reporting Parameters command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeSetPathLossReportingParams
impl Clone for LeSetPathLossReportingParams
Sourceยงfn clone(&self) -> LeSetPathLossReportingParams
fn clone(&self) -> LeSetPathLossReportingParams
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 LeSetPathLossReportingParams
impl Cmd for LeSetPathLossReportingParams
Sourceยงtype Params = LeSetPathLossReportingParamsParams
type Params = LeSetPathLossReportingParamsParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeSetPathLossReportingParamsParams
fn params(&self) -> &LeSetPathLossReportingParamsParams
Parameters expected for this command.
Sourceยงimpl From<LeSetPathLossReportingParamsParams> for LeSetPathLossReportingParams
impl From<LeSetPathLossReportingParamsParams> for LeSetPathLossReportingParams
Sourceยงfn from(params: LeSetPathLossReportingParamsParams) -> Self
fn from(params: LeSetPathLossReportingParamsParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Hash for LeSetPathLossReportingParams
impl Hash for LeSetPathLossReportingParams
Sourceยงimpl Ord for LeSetPathLossReportingParams
impl Ord for LeSetPathLossReportingParams
Sourceยงfn cmp(&self, other: &LeSetPathLossReportingParams) -> Ordering
fn cmp(&self, other: &LeSetPathLossReportingParams) -> 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 LeSetPathLossReportingParams
impl PartialEq for LeSetPathLossReportingParams
Sourceยงfn eq(&self, other: &LeSetPathLossReportingParams) -> bool
fn eq(&self, other: &LeSetPathLossReportingParams) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeSetPathLossReportingParams
impl PartialOrd for LeSetPathLossReportingParams
Sourceยงimpl SyncCmd for LeSetPathLossReportingParams
impl SyncCmd for LeSetPathLossReportingParams
Sourceยงtype Return = ConnHandle
type Return = ConnHandle
The type of the parameters for the
CommandComplete
eventSourceยงtype Handle = ConnHandle
type Handle = ConnHandle
Handle returned by this command.
Sourceยงfn param_handle(&self) -> Self::Handle
fn param_handle(&self) -> Self::Handle
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 LeSetPathLossReportingParams
impl WriteHci for LeSetPathLossReportingParams
impl Copy for LeSetPathLossReportingParams
impl Eq for LeSetPathLossReportingParams
impl StructuralPartialEq for LeSetPathLossReportingParams
Auto Trait Implementationsยง
impl Freeze for LeSetPathLossReportingParams
impl RefUnwindSafe for LeSetPathLossReportingParams
impl Send for LeSetPathLossReportingParams
impl Sync for LeSetPathLossReportingParams
impl Unpin for LeSetPathLossReportingParams
impl UnwindSafe for LeSetPathLossReportingParams
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.