Struct surge_param::ParameterMeta
source · [−]pub struct ParameterMeta {
pub fmin: f32,
pub fmax: f32,
pub fdefault: f32,
pub flags: ControlStyle,
pub clump: u32,
pub hide: bool,
pub expert: bool,
pub meta: bool,
}Fields
fmin: f32fmax: f32fdefault: f32flags: ControlStyleclump: u32hide: boolexpert: boolmeta: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParameterMeta
impl Send for ParameterMeta
impl Sync for ParameterMeta
impl Unpin for ParameterMeta
impl UnwindSafe for ParameterMeta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more