Struct surgefilter_comb::imports::Tone [−][src]
pub struct Tone {
pub ty: ToneType,
pub cents: f32,
pub ratio_d: f32,
pub ratio_n: f32,
pub repr: String,
pub val: f32,
}
Fields
ty: ToneType
cents: f32
ratio_d: f32
ratio_n: f32
repr: String
val: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tone
impl UnwindSafe for Tone
Blanket Implementations
Mutably borrows from an owned value. Read more