pub struct Event<'src> {
pub delta_time: u32,
pub event: EventType<'src>,
}
Expand description
An event present in a track chunk
Fields§
§delta_time: u32
§event: EventType<'src>
Trait Implementations§
impl<'src> StructuralPartialEq for Event<'src>
Auto Trait Implementations§
impl<'src> Freeze for Event<'src>
impl<'src> RefUnwindSafe for Event<'src>
impl<'src> Send for Event<'src>
impl<'src> Sync for Event<'src>
impl<'src> Unpin for Event<'src>
impl<'src> UnwindSafe for Event<'src>
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