pub struct Backup {
pub attributes: (),
pub content: BackupContents,
}Expand description
The Backup and Forward elements are required to coordinate multiple voices in one part, including music on multiple staves.

The Backup element is generally used to move between voices and staves. Thus it does not include Voice or Staff elements. Duration values should always be positive, and should not cross measure boundaries or mid-measure changes in the Divisions value.
Fields§
§attributes: ()Element-specific attributes
content: BackupContentsElement-specific content
Trait Implementations§
Source§impl ElementDeserializer for Backup
impl ElementDeserializer for Backup
fn deserialize(element: &XmlElement) -> Result<Backup, String>
Source§impl ElementSerializer for Backup
impl ElementSerializer for Backup
fn serialize(element: &Backup) -> XmlElement
impl Eq for Backup
impl StructuralPartialEq for Backup
Auto Trait Implementations§
impl Freeze for Backup
impl RefUnwindSafe for Backup
impl Send for Backup
impl Sync for Backup
impl Unpin for Backup
impl UnwindSafe for Backup
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