#[repr(C)]pub struct NoteExpressionValueEvent {
pub typeId: NoteExpressionTypeID,
pub noteId: int32,
pub value: NoteExpressionValue,
}Fields§
§typeId: NoteExpressionTypeID§noteId: int32§value: NoteExpressionValueTrait Implementations§
Source§impl Clone for NoteExpressionValueEvent
impl Clone for NoteExpressionValueEvent
Source§fn clone(&self) -> NoteExpressionValueEvent
fn clone(&self) -> NoteExpressionValueEvent
Returns a duplicate 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 Freeze for NoteExpressionValueEvent
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