pub struct PassbandBinDump {
pub rows: Vec<PassbandBinDumpRow>,
}Expand description
Full per-bin dump for a few decoded OFDM symbols.
Fields§
§rows: Vec<PassbandBinDumpRow>Flat row list across symbols and used bins.
Trait Implementations§
Source§impl Clone for PassbandBinDump
impl Clone for PassbandBinDump
Source§fn clone(&self) -> PassbandBinDump
fn clone(&self) -> PassbandBinDump
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PassbandBinDump
impl RefUnwindSafe for PassbandBinDump
impl Send for PassbandBinDump
impl Sync for PassbandBinDump
impl Unpin for PassbandBinDump
impl UnwindSafe for PassbandBinDump
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