pub enum ScaleBits {
Bits16,
Bits32,
}
Expand description
The Scale Bits structure defines the 2 possible widths of the filter bank
Variants
Bits16
Bits32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScaleBits
impl Send for ScaleBits
impl Sync for ScaleBits
impl Unpin for ScaleBits
impl UnwindSafe for ScaleBits
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more