#[repr(C)]pub struct sh_op_dsp {
pub insn: sh_dsp_insn,
pub operand: [sh_dsp_operand; 2],
pub r: [Type; 6],
pub cc: sh_dsp_cc,
pub imm: u8,
pub size: c_int,
}Fields§
§insn: sh_dsp_insn§operand: [sh_dsp_operand; 2]§r: [Type; 6]§cc: sh_dsp_cc§imm: u8§size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for sh_op_dsp
impl RefUnwindSafe for sh_op_dsp
impl Send for sh_op_dsp
impl Sync for sh_op_dsp
impl Unpin for sh_op_dsp
impl UnwindSafe for sh_op_dsp
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