pub struct Straight {
pub attributes: (),
pub content: (),
}Expand description
The Straight element specifies that no swing is present, so consecutive notes have equal durations.
Fields§
§attributes: ()Element-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl ElementDeserializer for Straight
impl ElementDeserializer for Straight
fn deserialize(element: &XmlElement) -> Result<Straight, String>
Source§impl ElementSerializer for Straight
impl ElementSerializer for Straight
fn serialize(element: &Straight) -> XmlElement
impl Eq for Straight
impl StructuralPartialEq for Straight
Auto Trait Implementations§
impl Freeze for Straight
impl RefUnwindSafe for Straight
impl Send for Straight
impl Sync for Straight
impl Unpin for Straight
impl UnwindSafe for Straight
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