Struct vst3::Steinberg::Vst::ParameterInfo
source · #[repr(C)]pub struct ParameterInfo {
pub id: ParamID,
pub title: String128,
pub shortTitle: String128,
pub units: String128,
pub stepCount: int32,
pub defaultNormalizedValue: ParamValue,
pub unitId: UnitID,
pub flags: int32,
}
Fields§
§id: ParamID
§title: String128
§shortTitle: String128
§units: String128
§stepCount: int32
§defaultNormalizedValue: ParamValue
§unitId: UnitID
§flags: int32
Trait Implementations§
source§impl Clone for ParameterInfo
impl Clone for ParameterInfo
source§fn clone(&self) -> ParameterInfo
fn clone(&self) -> ParameterInfo
Returns a copy 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 ParameterInfo
impl Send for ParameterInfo
impl Sync for ParameterInfo
Auto Trait Implementations§
impl RefUnwindSafe for ParameterInfo
impl Unpin for ParameterInfo
impl UnwindSafe for ParameterInfo
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