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