#[repr(C)]pub struct NoteExpressionIntValueEvent {
pub typeId: NoteExpressionTypeID,
pub noteId: int32,
pub value: uint64,
}Fields§
§typeId: NoteExpressionTypeID§noteId: int32§value: uint64Trait Implementations§
Source§impl Clone for NoteExpressionIntValueEvent
impl Clone for NoteExpressionIntValueEvent
Source§fn clone(&self) -> NoteExpressionIntValueEvent
fn clone(&self) -> NoteExpressionIntValueEvent
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 NoteExpressionIntValueEvent
impl Send for NoteExpressionIntValueEvent
impl Sync for NoteExpressionIntValueEvent
Auto Trait Implementations§
impl Freeze for NoteExpressionIntValueEvent
impl RefUnwindSafe for NoteExpressionIntValueEvent
impl Unpin for NoteExpressionIntValueEvent
impl UnwindSafe for NoteExpressionIntValueEvent
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