pub struct BeatUnitTied {
pub attributes: (),
pub content: BeatUnitTiedContents,
}Expand description
The BeatUnitTied element indicates a BeatUnit within a metronome mark that is tied to the preceding BeatUnit.
This allows two or more tied notes to be associated with a PerMinute value in a metronome mark, whereas the MetronomeTied element is restricted to metric relationship marks.
Fields§
§attributes: ()Element-specific attributes
content: BeatUnitTiedContentsElement-specific content
Trait Implementations§
Source§impl Debug for BeatUnitTied
impl Debug for BeatUnitTied
Source§impl ElementDeserializer for BeatUnitTied
impl ElementDeserializer for BeatUnitTied
fn deserialize(element: &XmlElement) -> Result<BeatUnitTied, String>
Source§impl ElementSerializer for BeatUnitTied
impl ElementSerializer for BeatUnitTied
fn serialize(element: &BeatUnitTied) -> XmlElement
impl Eq for BeatUnitTied
Source§impl PartialEq for BeatUnitTied
impl PartialEq for BeatUnitTied
Source§fn eq(&self, other: &BeatUnitTied) -> bool
fn eq(&self, other: &BeatUnitTied) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BeatUnitTied
Auto Trait Implementations§
impl Freeze for BeatUnitTied
impl RefUnwindSafe for BeatUnitTied
impl Send for BeatUnitTied
impl Sync for BeatUnitTied
impl Unpin for BeatUnitTied
impl UnsafeUnpin for BeatUnitTied
impl UnwindSafe for BeatUnitTied
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