#[repr(C)]pub struct WlanTxStatusEntry {
pub tx_vector_idx: u16,
pub attempts: u8,
}
Fields§
§tx_vector_idx: u16
§attempts: u8
Trait Implementations§
source§impl Clone for WlanTxStatusEntry
impl Clone for WlanTxStatusEntry
source§fn clone(&self) -> WlanTxStatusEntry
fn clone(&self) -> WlanTxStatusEntry
Returns a copy 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 Debug for WlanTxStatusEntry
impl Debug for WlanTxStatusEntry
source§impl PartialEq<WlanTxStatusEntry> for WlanTxStatusEntry
impl PartialEq<WlanTxStatusEntry> for WlanTxStatusEntry
source§fn eq(&self, other: &WlanTxStatusEntry) -> bool
fn eq(&self, other: &WlanTxStatusEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.