pub struct ACF {
pub correlations: Vec<f64>,
pub max_acf: f64,
/* private fields */
}Fields§
§correlations: Vec<f64>§max_acf: f64Implementations§
Auto Trait Implementations§
impl Freeze for ACF
impl RefUnwindSafe for ACF
impl Send for ACF
impl Sync for ACF
impl Unpin for ACF
impl UnsafeUnpin for ACF
impl UnwindSafe for ACF
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