pub struct MusicLine {
pub symbols: Vec<MusicSymbol>,
}
Fields§
§symbols: Vec<MusicSymbol>
Implementations§
Trait Implementations§
impl StructuralPartialEq for MusicLine
Auto Trait Implementations§
impl Freeze for MusicLine
impl RefUnwindSafe for MusicLine
impl Send for MusicLine
impl Sync for MusicLine
impl Unpin for MusicLine
impl UnwindSafe for MusicLine
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