pub struct BandSplitter { /* private fields */ }Expand description
Precomputed (lo, hi) linear-bin ranges (half-open) for the three bands.
Implementations§
Auto Trait Implementations§
impl Freeze for BandSplitter
impl RefUnwindSafe for BandSplitter
impl Send for BandSplitter
impl Sync for BandSplitter
impl Unpin for BandSplitter
impl UnsafeUnpin for BandSplitter
impl UnwindSafe for BandSplitter
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