pub struct TimeProcessResult {
pub timestamps: Array1<f64>,
pub intensities: Array1<f64>,
}Expand description
Result type for temporal processes. Event timestamps and values of the intensity
Fields§
§timestamps: Array1<f64>§intensities: Array1<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeProcessResult
impl RefUnwindSafe for TimeProcessResult
impl Send for TimeProcessResult
impl Sync for TimeProcessResult
impl Unpin for TimeProcessResult
impl UnwindSafe for TimeProcessResult
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