pub struct Partial {
pub frequency: Frequency,
pub amplitude: Amplitude,
pub phase: Phase,
}Expand description
A single sinusoidal component of a tone.
Fields§
§frequency: FrequencyFrequency of the component.
amplitude: AmplitudeLinear amplitude of the component.
phase: PhaseStarting phase of the component.
Implementations§
Trait Implementations§
impl Copy for Partial
impl StructuralPartialEq for Partial
Auto Trait Implementations§
impl Freeze for Partial
impl RefUnwindSafe for Partial
impl Send for Partial
impl Sync for Partial
impl Unpin for Partial
impl UnsafeUnpin for Partial
impl UnwindSafe for Partial
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