#[repr(u32)]pub enum sh_dsp_operand {
SH_OP_DSP_INVALID = 0,
SH_OP_DSP_REG_PRE = 1,
SH_OP_DSP_REG_IND = 2,
SH_OP_DSP_REG_POST = 3,
SH_OP_DSP_REG_INDEX = 4,
SH_OP_DSP_REG = 5,
SH_OP_DSP_IMM = 6,
}Variants§
SH_OP_DSP_INVALID = 0
SH_OP_DSP_REG_PRE = 1
SH_OP_DSP_REG_IND = 2
SH_OP_DSP_REG_POST = 3
SH_OP_DSP_REG_INDEX = 4
SH_OP_DSP_REG = 5
SH_OP_DSP_IMM = 6
Trait Implementations§
Source§impl Clone for sh_dsp_operand
impl Clone for sh_dsp_operand
Source§fn clone(&self) -> sh_dsp_operand
fn clone(&self) -> sh_dsp_operand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sh_dsp_operand
impl Debug for sh_dsp_operand
Source§impl Hash for sh_dsp_operand
impl Hash for sh_dsp_operand
Source§impl PartialEq for sh_dsp_operand
impl PartialEq for sh_dsp_operand
impl Copy for sh_dsp_operand
impl Eq for sh_dsp_operand
impl StructuralPartialEq for sh_dsp_operand
Auto Trait Implementations§
impl Freeze for sh_dsp_operand
impl RefUnwindSafe for sh_dsp_operand
impl Send for sh_dsp_operand
impl Sync for sh_dsp_operand
impl Unpin for sh_dsp_operand
impl UnwindSafe for sh_dsp_operand
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