Struct surgefilter_comb::imports::SurgeTuning [−][src]
#[repr(align(16))]pub struct SurgeTuning {
pub pitch: f32,
pub pitch_inv: f32,
pub is_standard_tuning: bool,
}
Fields
pitch: f32
pitch_inv: f32
is_standard_tuning: bool
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SurgeTuning
impl Send for SurgeTuning
impl Sync for SurgeTuning
impl Unpin for SurgeTuning
impl UnwindSafe for SurgeTuning
Blanket Implementations
Mutably borrows from an owned value. Read more