pub struct BassNote {
pub midi: f64,
pub duration: f64,
pub byte_index: u64,
}Expand description
Note for the bass
Fields§
§midi: f64§duration: f64§byte_index: u64Trait Implementations§
impl Copy for BassNote
Source§impl DescribeNote for BassNote
impl DescribeNote for BassNote
impl StructuralPartialEq for BassNote
Auto Trait Implementations§
impl Freeze for BassNote
impl RefUnwindSafe for BassNote
impl Send for BassNote
impl Sync for BassNote
impl Unpin for BassNote
impl UnsafeUnpin for BassNote
impl UnwindSafe for BassNote
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