Struct radiotap::RadiotapIterator[][src]

pub struct RadiotapIterator<'a> { /* fields omitted */ }

Represents an unparsed Radiotap capture format, only the header field is parsed.

Methods

impl<'a> RadiotapIterator<'a>
[src]

Trait Implementations

impl<'a> Debug for RadiotapIterator<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for RadiotapIterator<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a RadiotapIterator<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<'a> IntoIterator for RadiotapIterator<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> Send for RadiotapIterator<'a>

impl<'a> Sync for RadiotapIterator<'a>