Struct stm32wb_hci::event::command::LeTestEnd
source · pub struct LeTestEnd {
pub status: Status,
pub number_of_packets: usize,
}Expand description
Parameters returned by the LE Test End command.
Fields§
§status: StatusDid the command fail, and if so, how?
number_of_packets: usizeThe number of packets received during the test. For transmitter tests, this value shall be 0.
Trait Implementations§
Auto Trait Implementations§
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