pub struct LeTestEnd(/* private fields */);
Expand description
LE Test End command ๐
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Ord for LeTestEnd
impl Ord for LeTestEnd
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 PartialOrd for LeTestEnd
impl PartialOrd for LeTestEnd
Sourceยงimpl SyncCmd for LeTestEnd
impl SyncCmd for LeTestEnd
Sourceยงtype Return = u16
type Return = u16
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 LeTestEnd
impl WriteHci for LeTestEnd
impl Copy for LeTestEnd
impl Eq for LeTestEnd
impl StructuralPartialEq for LeTestEnd
Auto Trait Implementationsยง
impl Freeze for LeTestEnd
impl RefUnwindSafe for LeTestEnd
impl Send for LeTestEnd
impl Sync for LeTestEnd
impl Unpin for LeTestEnd
impl UnwindSafe for LeTestEnd
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.