pub struct MeasureNumbering {
pub attributes: MeasureNumberingAttributes,
pub content: MeasureNumberingValue,
}Expand description
The MeasureNumbering element describes how frequently measure numbers are displayed on this part.

The text attribute from the Measure element is used for display, or the number attribute if the text attribute is not present.
Measures with an implicit attribute set to yes never display a measure number, regardless of the MeasureNumbering setting.
Fields§
§attributes: MeasureNumberingAttributesElement-specific attributes
content: MeasureNumberingValueElement-specific content
Trait Implementations§
Source§impl Debug for MeasureNumbering
impl Debug for MeasureNumbering
Source§impl ElementDeserializer for MeasureNumbering
impl ElementDeserializer for MeasureNumbering
fn deserialize(element: &XmlElement) -> Result<MeasureNumbering, String>
Source§impl ElementSerializer for MeasureNumbering
impl ElementSerializer for MeasureNumbering
fn serialize(element: &MeasureNumbering) -> XmlElement
Source§impl PartialEq for MeasureNumbering
impl PartialEq for MeasureNumbering
impl Eq for MeasureNumbering
impl StructuralPartialEq for MeasureNumbering
Auto Trait Implementations§
impl Freeze for MeasureNumbering
impl RefUnwindSafe for MeasureNumbering
impl Send for MeasureNumbering
impl Sync for MeasureNumbering
impl Unpin for MeasureNumbering
impl UnwindSafe for MeasureNumbering
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