pub struct TupletType {
pub attributes: TupletTypeAttributes,
pub content: NoteTypeValue,
}Expand description
The TupletType element indicates the graphical note type of the notes for this portion of the tuplet.
Fields§
§attributes: TupletTypeAttributesElement-specific attributes
content: NoteTypeValueElement-specific content
Trait Implementations§
Source§impl Debug for TupletType
impl Debug for TupletType
Source§impl ElementDeserializer for TupletType
impl ElementDeserializer for TupletType
fn deserialize(element: &XmlElement) -> Result<TupletType, String>
Source§impl ElementSerializer for TupletType
impl ElementSerializer for TupletType
fn serialize(element: &TupletType) -> XmlElement
impl Eq for TupletType
Source§impl PartialEq for TupletType
impl PartialEq for TupletType
Source§fn eq(&self, other: &TupletType) -> bool
fn eq(&self, other: &TupletType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TupletType
Auto Trait Implementations§
impl Freeze for TupletType
impl RefUnwindSafe for TupletType
impl Send for TupletType
impl Sync for TupletType
impl Unpin for TupletType
impl UnsafeUnpin for TupletType
impl UnwindSafe for TupletType
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