pub struct EventBatch<T> { /* private fields */ }
Implementations§
Source§impl<T> EventBatch<T>
impl<T> EventBatch<T>
pub fn into_iter_inner(self) -> impl Iterator<Item = T>
pub fn iter_inner(&self) -> impl Iterator<Item = &T>
pub fn count(&self) -> usize
Trait Implementations§
Source§impl<E: MIDIEventEnum> BatchTempo for EventBatch<E>
impl<E: MIDIEventEnum> BatchTempo for EventBatch<E>
fn inner_tempo(&self) -> Option<u32>
fn without_tempo(self) -> Option<Self>
Auto Trait Implementations§
impl<T> Freeze for EventBatch<T>
impl<T> RefUnwindSafe for EventBatch<T>where
T: RefUnwindSafe,
impl<T> Send for EventBatch<T>where
T: Send,
impl<T> Sync for EventBatch<T>where
T: Sync,
impl<T> Unpin for EventBatch<T>where
T: Unpin,
impl<T> UnwindSafe for EventBatch<T>where
T: UnwindSafe,
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