pub struct HalTxTestPacketCount {
pub status: Status,
pub packet_count: u32,
}
Expand description
Parameters returned by the HAL Get Tx Test Packet Count command.
Fields§
§status: Status
Did the command fail, and if so, how?
packet_count: u32
Number 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 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 moreAuto Trait Implementations§
impl Freeze for HalTxTestPacketCount
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