pub enum PartType {
Instrument,
Percussion,
}Expand description
Indicates whether a part is an instrument, or percussion.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PartType
impl RefUnwindSafe for PartType
impl Send for PartType
impl Sync for PartType
impl Unpin for PartType
impl UnwindSafe for PartType
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