pub struct MetaDsl {
pub key: Ident,
pub scale: Ident,
pub signature: SignatureDsl,
pub tempo: TempoDsl,
}Fields
key: Identscale: Identsignature: SignatureDsltempo: TempoDslImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetaDsl
impl UnwindSafe for MetaDsl
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty. Read more