pub enum MipsWithDsp {}
Expand description
Implements Arch
for 32-bit MIPS, with the DSP feature enabled.
Trait Implementations§
Source§impl Arch for MipsWithDsp
impl Arch for MipsWithDsp
Source§type Registers = MipsCoreRegsWithDsp<u32>
type Registers = MipsCoreRegsWithDsp<u32>
The architecture’s register file. See
Registers
for more details.Source§type BreakpointKind = MipsBreakpointKind
type BreakpointKind = MipsBreakpointKind
The architecture’s breakpoint “kind”, used to determine the “size”
of breakpoint to set. See
BreakpointKind
for more details.Source§fn target_description_xml() -> Option<&'static str>
fn target_description_xml() -> Option<&'static str>
(optional) Return the arch’s description XML file (
target.xml
). Read moreSource§fn lldb_register_info(reg_id: usize) -> Option<RegisterInfo<'static>>
fn lldb_register_info(reg_id: usize) -> Option<RegisterInfo<'static>>
(optional) (LLDB extension) Return register info for the specified
register. Read more
Auto Trait Implementations§
impl Freeze for MipsWithDsp
impl RefUnwindSafe for MipsWithDsp
impl Send for MipsWithDsp
impl Sync for MipsWithDsp
impl Unpin for MipsWithDsp
impl UnwindSafe for MipsWithDsp
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