#[repr(C)]pub struct Event {
pub busIndex: int32,
pub sampleOffset: int32,
pub ppqPosition: TQuarterNotes,
pub flags: uint16,
pub type: uint16,
pub __field0: Event__type0,
}
Fields§
§busIndex: int32
§sampleOffset: int32
§ppqPosition: TQuarterNotes
§flags: uint16
§type: uint16
§__field0: Event__type0
Trait Implementations§
impl Copy for Event
impl Send for Event
impl Sync for Event
Auto Trait Implementations§
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