pub struct Burst {
pub start: usize,
pub end: usize,
pub length: usize,
pub mean_value: f64,
}Fields§
§start: usize§end: usize§length: usize§mean_value: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Burst
impl RefUnwindSafe for Burst
impl Send for Burst
impl Sync for Burst
impl Unpin for Burst
impl UnsafeUnpin for Burst
impl UnwindSafe for Burst
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