Struct vst3::Steinberg::Vst::NoteExpressionValueDescription
source · #[repr(C)]pub struct NoteExpressionValueDescription {
pub defaultValue: NoteExpressionValue,
pub minimum: NoteExpressionValue,
pub maximum: NoteExpressionValue,
pub stepCount: int32,
}
Fields§
§defaultValue: NoteExpressionValue
§minimum: NoteExpressionValue
§maximum: NoteExpressionValue
§stepCount: int32
Trait Implementations§
source§impl Clone for NoteExpressionValueDescription
impl Clone for NoteExpressionValueDescription
source§fn clone(&self) -> NoteExpressionValueDescription
fn clone(&self) -> NoteExpressionValueDescription
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 NoteExpressionValueDescription
impl Send for NoteExpressionValueDescription
impl Sync for NoteExpressionValueDescription
Auto Trait Implementations§
impl RefUnwindSafe for NoteExpressionValueDescription
impl Unpin for NoteExpressionValueDescription
impl UnwindSafe for NoteExpressionValueDescription
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