pub struct TimedAtom<'a> {
pub onset: Time,
pub atom: AtomRef<'a>,
}Expand description
A single flattened atom together with its absolute onset time.
Fields§
§onset: TimeAbsolute time at which the atom begins.
atom: AtomRef<'a>The atom sounding (or resting) at this onset.
Trait Implementations§
impl<'a> Eq for TimedAtom<'a>
impl<'a> StructuralPartialEq for TimedAtom<'a>
Auto Trait Implementations§
impl<'a> Freeze for TimedAtom<'a>
impl<'a> RefUnwindSafe for TimedAtom<'a>
impl<'a> Send for TimedAtom<'a>
impl<'a> Sync for TimedAtom<'a>
impl<'a> Unpin for TimedAtom<'a>
impl<'a> UnsafeUnpin for TimedAtom<'a>
impl<'a> UnwindSafe for TimedAtom<'a>
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