pub struct PassbandChannelCompareDump {
pub rows: Vec<PassbandChannelCompareRow>,
}Expand description
Full channel-comparison dump for a few OFDM symbols.
Fields§
§rows: Vec<PassbandChannelCompareRow>Flat row list across symbols and used bins.
Trait Implementations§
Source§impl Clone for PassbandChannelCompareDump
impl Clone for PassbandChannelCompareDump
Source§fn clone(&self) -> PassbandChannelCompareDump
fn clone(&self) -> PassbandChannelCompareDump
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 PassbandChannelCompareDump
impl RefUnwindSafe for PassbandChannelCompareDump
impl Send for PassbandChannelCompareDump
impl Sync for PassbandChannelCompareDump
impl Unpin for PassbandChannelCompareDump
impl UnwindSafe for PassbandChannelCompareDump
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