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