pub enum ScaleBits {
Bits16,
Bits32,
}
Expand description
The Scale Bits structure defines the 2 possible widths of the filter bank
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScaleBits
impl RefUnwindSafe for ScaleBits
impl Send for ScaleBits
impl Sync for ScaleBits
impl Unpin for ScaleBits
impl UnwindSafe for ScaleBits
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