pub struct ToggleTrillLineCmd {
pub start: NoteAddr,
pub end: NoteAddr,
}Expand description
Toggle a trill line span between two notes (start note gets trill_line_start, end gets trill_line_end).
Fields§
§start: NoteAddr§end: NoteAddrTrait Implementations§
Source§impl Clone for ToggleTrillLineCmd
impl Clone for ToggleTrillLineCmd
Source§fn clone(&self) -> ToggleTrillLineCmd
fn clone(&self) -> ToggleTrillLineCmd
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 ToggleTrillLineCmd
impl Debug for ToggleTrillLineCmd
Source§impl<'de> Deserialize<'de> for ToggleTrillLineCmd
impl<'de> Deserialize<'de> for ToggleTrillLineCmd
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 ToggleTrillLineCmd
impl RefUnwindSafe for ToggleTrillLineCmd
impl Send for ToggleTrillLineCmd
impl Sync for ToggleTrillLineCmd
impl Unpin for ToggleTrillLineCmd
impl UnsafeUnpin for ToggleTrillLineCmd
impl UnwindSafe for ToggleTrillLineCmd
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