#[repr(C)]pub struct ParameterProperties {Show 16 fields
pub step_float: f32,
pub small_step_float: f32,
pub large_step_float: f32,
pub label: [c_char; 64],
pub flags: i32,
pub min_integer: i32,
pub max_integer: i32,
pub step_integer: i32,
pub large_step_integer: i32,
pub short_label: [c_char; 8],
pub display_index: i16,
pub category: i16,
pub num_parameters_in_category: i16,
pub reserved: i16,
pub category_label: [c_char; 24],
pub future: [u8; 16],
}Fields§
§step_float: f32§small_step_float: f32§large_step_float: f32§label: [c_char; 64]§flags: i32§min_integer: i32§max_integer: i32§step_integer: i32§large_step_integer: i32§short_label: [c_char; 8]§display_index: i16§category: i16§num_parameters_in_category: i16§reserved: i16§category_label: [c_char; 24]§future: [u8; 16]Trait Implementations§
Source§impl Clone for ParameterProperties
impl Clone for ParameterProperties
Source§fn clone(&self) -> ParameterProperties
fn clone(&self) -> ParameterProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParameterProperties
Auto Trait Implementations§
impl Freeze for ParameterProperties
impl RefUnwindSafe for ParameterProperties
impl Send for ParameterProperties
impl Sync for ParameterProperties
impl Unpin for ParameterProperties
impl UnwindSafe for ParameterProperties
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