pub struct FineTimingMeasurementReport<'a>(/* private fields */);Available on crate feature
unstable only.Expand description
Implementations§
Source§impl FineTimingMeasurementReport<'_>
impl FineTimingMeasurementReport<'_>
Sourcepub fn report_num_entries(&self) -> u8
pub fn report_num_entries(&self) -> u8
Get the number of entries in the FTM report data.
Sourcepub fn entries(&self) -> impl Iterator<Item = FineTimingMeasurementReportInfo>
pub fn entries(&self) -> impl Iterator<Item = FineTimingMeasurementReportInfo>
Returns an iterator over the detailed FTM report entries.
Entries are copied via esp_wifi_ftm_get_report, which frees the
driver’s report. The first fetch (including EventInfo construction)
consumes it; later calls return an empty iterator. The iterator is also
empty if there are no entries or if the driver fails to copy them.
Trait Implementations§
Source§impl<'a> Clone for FineTimingMeasurementReport<'a>
impl<'a> Clone for FineTimingMeasurementReport<'a>
Source§fn clone(&self) -> FineTimingMeasurementReport<'a>
fn clone(&self) -> FineTimingMeasurementReport<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'a> Copy for FineTimingMeasurementReport<'a>
Auto Trait Implementations§
impl<'a> Freeze for FineTimingMeasurementReport<'a>
impl<'a> RefUnwindSafe for FineTimingMeasurementReport<'a>
impl<'a> Send for FineTimingMeasurementReport<'a>
impl<'a> Sync for FineTimingMeasurementReport<'a>
impl<'a> Unpin for FineTimingMeasurementReport<'a>
impl<'a> UnsafeUnpin for FineTimingMeasurementReport<'a>
impl<'a> UnwindSafe for FineTimingMeasurementReport<'a>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)