pub enum Rest {
Note(u32),
Measure(u32),
NoteHidden(u32),
MeasureHidden(u32),
}
Variants§
Trait Implementations§
impl Copy for Rest
impl Eq for Rest
impl StructuralPartialEq for Rest
Auto Trait Implementations§
impl Freeze for Rest
impl RefUnwindSafe for Rest
impl Send for Rest
impl Sync for Rest
impl Unpin for Rest
impl UnwindSafe for Rest
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