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