pub struct LeReadRemoteTransmitPowerLevel(/* private fields */);
Expand description
LE Read Remote Transmit Power Level command ๐
Implementationsยง
Sourceยงimpl LeReadRemoteTransmitPowerLevel
impl LeReadRemoteTransmitPowerLevel
Sourcepub fn new(handle: ConnHandle, phy: PhyKind) -> Self
pub fn new(handle: ConnHandle, phy: PhyKind) -> Self
Create a new instance of a command.
Trait Implementationsยง
Sourceยงimpl Clone for LeReadRemoteTransmitPowerLevel
impl Clone for LeReadRemoteTransmitPowerLevel
Sourceยงfn clone(&self) -> LeReadRemoteTransmitPowerLevel
fn clone(&self) -> LeReadRemoteTransmitPowerLevel
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 LeReadRemoteTransmitPowerLevel
impl Cmd for LeReadRemoteTransmitPowerLevel
Sourceยงtype Params = LeReadRemoteTransmitPowerLevelParams
type Params = LeReadRemoteTransmitPowerLevelParams
Parameters type for this command.
Sourceยงfn params(&self) -> &LeReadRemoteTransmitPowerLevelParams
fn params(&self) -> &LeReadRemoteTransmitPowerLevelParams
Parameters expected for this command.
Sourceยงimpl From<LeReadRemoteTransmitPowerLevelParams> for LeReadRemoteTransmitPowerLevel
impl From<LeReadRemoteTransmitPowerLevelParams> for LeReadRemoteTransmitPowerLevel
Sourceยงfn from(params: LeReadRemoteTransmitPowerLevelParams) -> Self
fn from(params: LeReadRemoteTransmitPowerLevelParams) -> Self
Converts to this type from the input type.
Sourceยงimpl Ord for LeReadRemoteTransmitPowerLevel
impl Ord for LeReadRemoteTransmitPowerLevel
Sourceยงfn cmp(&self, other: &LeReadRemoteTransmitPowerLevel) -> Ordering
fn cmp(&self, other: &LeReadRemoteTransmitPowerLevel) -> 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 LeReadRemoteTransmitPowerLevel
impl PartialEq for LeReadRemoteTransmitPowerLevel
Sourceยงfn eq(&self, other: &LeReadRemoteTransmitPowerLevel) -> bool
fn eq(&self, other: &LeReadRemoteTransmitPowerLevel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Sourceยงimpl PartialOrd for LeReadRemoteTransmitPowerLevel
impl PartialOrd for LeReadRemoteTransmitPowerLevel
Sourceยงimpl WriteHci for LeReadRemoteTransmitPowerLevel
impl WriteHci for LeReadRemoteTransmitPowerLevel
impl Copy for LeReadRemoteTransmitPowerLevel
impl Eq for LeReadRemoteTransmitPowerLevel
impl StructuralPartialEq for LeReadRemoteTransmitPowerLevel
Auto Trait Implementationsยง
impl Freeze for LeReadRemoteTransmitPowerLevel
impl RefUnwindSafe for LeReadRemoteTransmitPowerLevel
impl Send for LeReadRemoteTransmitPowerLevel
impl Sync for LeReadRemoteTransmitPowerLevel
impl Unpin for LeReadRemoteTransmitPowerLevel
impl UnwindSafe for LeReadRemoteTransmitPowerLevel
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.