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