Struct ness_stretch_lib::NessStruct
source · pub struct NessStruct {
pub max_win_size: usize,
pub num_channels: usize,
pub out_frame_size: usize,
pub num_slices: usize,
pub win_lens: Vec<usize>,
pub hops: Vec<f64>,
pub loops: usize,
pub in_chunk: Vec<Vec<f64>>,
pub stored_chunk: Vec<Vec<f64>>,
/* private fields */
}
Fields§
§max_win_size: usize
§num_channels: usize
§out_frame_size: usize
§num_slices: usize
§win_lens: Vec<usize>
§hops: Vec<f64>
§loops: usize
§in_chunk: Vec<Vec<f64>>
§stored_chunk: Vec<Vec<f64>>
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NessStruct
impl Send for NessStruct
impl Sync for NessStruct
impl Unpin for NessStruct
impl UnwindSafe for NessStruct
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