pub struct FrequencyMA {
pub frequency: f64,
pub s_ma: MagnitudeAngle,
}Fields§
§frequency: f64§s_ma: MagnitudeAngleTrait Implementations§
Source§impl Clone for FrequencyMA
impl Clone for FrequencyMA
Source§fn clone(&self) -> FrequencyMA
fn clone(&self) -> FrequencyMA
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 FrequencyMA
impl RefUnwindSafe for FrequencyMA
impl Send for FrequencyMA
impl Sync for FrequencyMA
impl Unpin for FrequencyMA
impl UnwindSafe for FrequencyMA
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