Struct CwtBandPower
#[non_exhaustive]pub struct CwtBandPower {
pub period: f64,
pub power: f64,
pub power_share_pct: f64,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
period: f64§power: f64Trait Implementations§
§impl Clone for CwtBandPower
impl Clone for CwtBandPower
§fn clone(&self) -> CwtBandPower
fn clone(&self) -> CwtBandPower
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for CwtBandPower
impl PartialEq for CwtBandPower
impl StructuralPartialEq for CwtBandPower
Auto Trait Implementations§
impl Freeze for CwtBandPower
impl RefUnwindSafe for CwtBandPower
impl Send for CwtBandPower
impl Sync for CwtBandPower
impl Unpin for CwtBandPower
impl UnwindSafe for CwtBandPower
Blanket Implementations§
§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)