pub struct SoftAccent {
pub attributes: SoftAccentAttributes,
pub content: (),
}Expand description
The SoftAccent element indicates a soft accent that is not as heavy as a normal accent.

It can be combined with other articulations to implement the first eight symbols in the Standard Music Font Layout (SMuFL) Articulation supplement range.
Fields§
§attributes: SoftAccentAttributesElement-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl Debug for SoftAccent
impl Debug for SoftAccent
Source§impl ElementDeserializer for SoftAccent
impl ElementDeserializer for SoftAccent
fn deserialize(element: &XmlElement) -> Result<SoftAccent, String>
Source§impl ElementSerializer for SoftAccent
impl ElementSerializer for SoftAccent
fn serialize(element: &SoftAccent) -> XmlElement
Source§impl PartialEq for SoftAccent
impl PartialEq for SoftAccent
impl Eq for SoftAccent
impl StructuralPartialEq for SoftAccent
Auto Trait Implementations§
impl Freeze for SoftAccent
impl RefUnwindSafe for SoftAccent
impl Send for SoftAccent
impl Sync for SoftAccent
impl Unpin for SoftAccent
impl UnwindSafe for SoftAccent
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