pub struct WaveResult {
pub index: u32,
pub events: Vec<Event>,
}Expand description
A successful result from a wave instance.
Fields§
§index: u32§events: Vec<Event>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaveResult
impl RefUnwindSafe for WaveResult
impl Send for WaveResult
impl Sync for WaveResult
impl Unpin for WaveResult
impl UnsafeUnpin for WaveResult
impl UnwindSafe for WaveResult
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