Struct stm32wb_hci::vendor::stm32wb::event::command::HalTxTestPacketCount
source · pub struct HalTxTestPacketCount {
pub status: Status<Status>,
pub packet_count: u32,
}Expand description
Parameters returned by the HAL Get Tx Test Packet Count command.
Fields§
§status: Status<Status>Did the command fail, and if so, how?
packet_count: u32Number of packets sent during the last Direct TX test.
Trait Implementations§
source§impl Clone for HalTxTestPacketCount
impl Clone for HalTxTestPacketCount
source§fn clone(&self) -> HalTxTestPacketCount
fn clone(&self) -> HalTxTestPacketCount
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 HalTxTestPacketCount
impl Debug for HalTxTestPacketCount
Auto Trait Implementations§
impl RefUnwindSafe for HalTxTestPacketCount
impl Send for HalTxTestPacketCount
impl Sync for HalTxTestPacketCount
impl Unpin for HalTxTestPacketCount
impl UnwindSafe for HalTxTestPacketCount
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