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