pub struct MagnitudePhase {
pub magnitude: f32,
pub phase: f32,
}
Fields§
§magnitude: f32
§phase: f32
Trait Implementations§
Source§impl Default for MagnitudePhase
impl Default for MagnitudePhase
Source§fn default() -> MagnitudePhase
fn default() -> MagnitudePhase
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MagnitudePhase
impl RefUnwindSafe for MagnitudePhase
impl Send for MagnitudePhase
impl Sync for MagnitudePhase
impl Unpin for MagnitudePhase
impl UnwindSafe for MagnitudePhase
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