pub struct EvNote {
pub channel: u8,
pub note: u8,
pub velocity: u8,
pub off_velocity: u8,
pub duration: u32,
}
Fields§
§channel: u8
§note: u8
§velocity: u8
§off_velocity: u8
§duration: u32
Trait Implementations§
Source§impl Ord for EvNote
impl Ord for EvNote
Source§impl PartialOrd for EvNote
impl PartialOrd for EvNote
impl Copy for EvNote
impl Eq for EvNote
impl EventData for EvNote
impl StructuralPartialEq for EvNote
Auto Trait Implementations§
impl Freeze for EvNote
impl RefUnwindSafe for EvNote
impl Send for EvNote
impl Sync for EvNote
impl Unpin for EvNote
impl UnwindSafe for EvNote
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