#[repr(u32)]pub enum sh_dsp_insn_type {
SH_INS_DSP_INVALID = 0,
SH_INS_DSP_DOUBLE = 1,
SH_INS_DSP_SINGLE = 2,
SH_INS_DSP_PARALLEL = 3,
}Variants§
Trait Implementations§
Source§impl Clone for sh_dsp_insn_type
impl Clone for sh_dsp_insn_type
Source§fn clone(&self) -> sh_dsp_insn_type
fn clone(&self) -> sh_dsp_insn_type
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sh_dsp_insn_type
Source§impl Debug for sh_dsp_insn_type
impl Debug for sh_dsp_insn_type
impl Eq for sh_dsp_insn_type
Source§impl Hash for sh_dsp_insn_type
impl Hash for sh_dsp_insn_type
Source§impl PartialEq for sh_dsp_insn_type
impl PartialEq for sh_dsp_insn_type
Source§fn eq(&self, other: &sh_dsp_insn_type) -> bool
fn eq(&self, other: &sh_dsp_insn_type) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for sh_dsp_insn_type
Auto Trait Implementations§
impl Freeze for sh_dsp_insn_type
impl RefUnwindSafe for sh_dsp_insn_type
impl Send for sh_dsp_insn_type
impl Sync for sh_dsp_insn_type
impl Unpin for sh_dsp_insn_type
impl UnsafeUnpin for sh_dsp_insn_type
impl UnwindSafe for sh_dsp_insn_type
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