#[repr(u32)]pub enum sh_dsp_cc {
SH_DSP_CC_INVALID = 0,
SH_DSP_CC_NONE = 1,
SH_DSP_CC_DCT = 2,
SH_DSP_CC_DCF = 3,
}Variants§
Trait Implementations§
impl Copy for sh_dsp_cc
impl Eq for sh_dsp_cc
impl StructuralPartialEq for sh_dsp_cc
Auto Trait Implementations§
impl Freeze for sh_dsp_cc
impl RefUnwindSafe for sh_dsp_cc
impl Send for sh_dsp_cc
impl Sync for sh_dsp_cc
impl Unpin for sh_dsp_cc
impl UnwindSafe for sh_dsp_cc
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