pub struct SoundingPitch {
pub attributes: (),
pub content: (),
}Expand description
The presence of the SoundingPitch element indicates this is the pitch which is heard when playing the harmonic.
Fields§
§attributes: ()Element-specific attributes
content: ()Element-specific content
Trait Implementations§
Source§impl Debug for SoundingPitch
impl Debug for SoundingPitch
Source§impl ElementDeserializer for SoundingPitch
impl ElementDeserializer for SoundingPitch
fn deserialize(element: &XmlElement) -> Result<SoundingPitch, String>
Source§impl ElementSerializer for SoundingPitch
impl ElementSerializer for SoundingPitch
fn serialize(element: &SoundingPitch) -> XmlElement
Source§impl PartialEq for SoundingPitch
impl PartialEq for SoundingPitch
impl Eq for SoundingPitch
impl StructuralPartialEq for SoundingPitch
Auto Trait Implementations§
impl Freeze for SoundingPitch
impl RefUnwindSafe for SoundingPitch
impl Send for SoundingPitch
impl Sync for SoundingPitch
impl Unpin for SoundingPitch
impl UnwindSafe for SoundingPitch
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