pub struct LeTestEnd<VS> {
pub status: Status<VS>,
pub number_of_packets: usize,
}Expand description
Parameters returned by the LE Test End command.
Fields§
§status: Status<VS>Did 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§
impl<VS: Copy> Copy for LeTestEnd<VS>
Auto Trait Implementations§
impl<VS> Freeze for LeTestEnd<VS>where
VS: Freeze,
impl<VS> RefUnwindSafe for LeTestEnd<VS>where
VS: RefUnwindSafe,
impl<VS> Send for LeTestEnd<VS>where
VS: Send,
impl<VS> Sync for LeTestEnd<VS>where
VS: Sync,
impl<VS> Unpin for LeTestEnd<VS>where
VS: Unpin,
impl<VS> UnwindSafe for LeTestEnd<VS>where
VS: UnwindSafe,
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