#[repr(i32)]pub enum Signal {
Auto = -1_000,
Voice = 3_001,
Music = 3_002,
}
Expand description
Signal type
Variants§
Auto = -1_000
Default value
Voice = 3_001
Bias thresholds towards choosing LPC or Hybrid modes
Music = 3_002
Bias thresholds towards choosing MDCT modes
Trait Implementations§
impl Copy for Signal
impl Eq for Signal
impl StructuralPartialEq for Signal
Auto Trait Implementations§
impl Freeze for Signal
impl RefUnwindSafe for Signal
impl Send for Signal
impl Sync for Signal
impl Unpin for Signal
impl UnwindSafe for Signal
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