Struct vst3::Steinberg::Vst::NoteExpressionTypeInfo
source · #[repr(C)]pub struct NoteExpressionTypeInfo {
pub typeId: NoteExpressionTypeID,
pub title: String128,
pub shortTitle: String128,
pub units: String128,
pub unitId: int32,
pub valueDesc: NoteExpressionValueDescription,
pub associatedParameterId: ParamID,
pub flags: int32,
}
Fields§
§typeId: NoteExpressionTypeID
§title: String128
§shortTitle: String128
§units: String128
§unitId: int32
§valueDesc: NoteExpressionValueDescription
§associatedParameterId: ParamID
§flags: int32
Trait Implementations§
source§impl Clone for NoteExpressionTypeInfo
impl Clone for NoteExpressionTypeInfo
source§fn clone(&self) -> NoteExpressionTypeInfo
fn clone(&self) -> NoteExpressionTypeInfo
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 NoteExpressionTypeInfo
impl Send for NoteExpressionTypeInfo
impl Sync for NoteExpressionTypeInfo
Auto Trait Implementations§
impl RefUnwindSafe for NoteExpressionTypeInfo
impl Unpin for NoteExpressionTypeInfo
impl UnwindSafe for NoteExpressionTypeInfo
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