pub struct LeReadTransmitPower(/* private fields */);
Expand description
LE Read Transmit Power command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for LeReadTransmitPower
impl Clone for LeReadTransmitPower
Sourceยงfn clone(&self) -> LeReadTransmitPower
fn clone(&self) -> LeReadTransmitPower
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 LeReadTransmitPower
impl Cmd for LeReadTransmitPower
Sourceยงimpl Debug for LeReadTransmitPower
impl Debug for LeReadTransmitPower
Sourceยงimpl Default for LeReadTransmitPower
impl Default for LeReadTransmitPower
Sourceยงimpl From<()> for LeReadTransmitPower
impl From<()> for LeReadTransmitPower
Sourceยงimpl Hash for LeReadTransmitPower
impl Hash for LeReadTransmitPower
Sourceยงimpl Ord for LeReadTransmitPower
impl Ord for LeReadTransmitPower
Sourceยงfn cmp(&self, other: &LeReadTransmitPower) -> Ordering
fn cmp(&self, other: &LeReadTransmitPower) -> 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 LeReadTransmitPower
impl PartialEq for LeReadTransmitPower
Sourceยงimpl PartialOrd for LeReadTransmitPower
impl PartialOrd for LeReadTransmitPower
Sourceยงimpl SyncCmd for LeReadTransmitPower
impl SyncCmd for LeReadTransmitPower
Sourceยงtype Return = LeReadTransmitPowerReturn
type Return = LeReadTransmitPowerReturn
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 LeReadTransmitPower
impl WriteHci for LeReadTransmitPower
impl Copy for LeReadTransmitPower
impl Eq for LeReadTransmitPower
impl StructuralPartialEq for LeReadTransmitPower
Auto Trait Implementationsยง
impl Freeze for LeReadTransmitPower
impl RefUnwindSafe for LeReadTransmitPower
impl Send for LeReadTransmitPower
impl Sync for LeReadTransmitPower
impl Unpin for LeReadTransmitPower
impl UnwindSafe for LeReadTransmitPower
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.