pub struct SetExpressionTextCmd {
pub measure_index: usize,
pub text: Option<String>,
}Expand description
Set (or clear) the expression/performance text on a measure (“dolce”, “espressivo”, etc.).
Fields§
§measure_index: usize§text: Option<String>None clears the expression text.
Trait Implementations§
Source§impl Clone for SetExpressionTextCmd
impl Clone for SetExpressionTextCmd
Source§fn clone(&self) -> SetExpressionTextCmd
fn clone(&self) -> SetExpressionTextCmd
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetExpressionTextCmd
impl Debug for SetExpressionTextCmd
Source§impl<'de> Deserialize<'de> for SetExpressionTextCmd
impl<'de> Deserialize<'de> for SetExpressionTextCmd
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SetExpressionTextCmd
impl RefUnwindSafe for SetExpressionTextCmd
impl Send for SetExpressionTextCmd
impl Sync for SetExpressionTextCmd
impl Unpin for SetExpressionTextCmd
impl UnsafeUnpin for SetExpressionTextCmd
impl UnwindSafe for SetExpressionTextCmd
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