Struct ergothic::MeasureIdx[][src]

pub struct MeasureIdx(_);

A thin wrapper around a positional index corresponding to a specific measure. Instead of using interior mutability, we demand that userspace code refers to specific measures by their indices, safely wrapped in MeasureIdx.

Trait Implementations

impl Clone for MeasureIdx
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MeasureIdx
[src]

Auto Trait Implementations

impl Send for MeasureIdx

impl Sync for MeasureIdx