#[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: int32Trait Implementations§
Source§impl Clone for NoteExpressionValueDescription
impl Clone for NoteExpressionValueDescription
Source§fn clone(&self) -> NoteExpressionValueDescription
fn clone(&self) -> NoteExpressionValueDescription
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 NoteExpressionValueDescription
impl Send for NoteExpressionValueDescription
impl Sync for NoteExpressionValueDescription
Auto Trait Implementations§
impl Freeze for NoteExpressionValueDescription
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