#[repr(u8)]pub enum NoteLengthType {
Seconds = 0,
Note = 1,
Triplet = 2,
Measure = 3,
}Variants§
Auto Trait Implementations§
impl Freeze for NoteLengthType
impl RefUnwindSafe for NoteLengthType
impl Send for NoteLengthType
impl Sync for NoteLengthType
impl Unpin for NoteLengthType
impl UnwindSafe for NoteLengthType
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