pub struct Mipsasm<'a> { /* private fields */ }Expand description
An instance of the assembler/disassembler
Implementations§
Source§impl<'a> Mipsasm<'a>
impl<'a> Mipsasm<'a>
Sourcepub fn new() -> Mipsasm<'a>
pub fn new() -> Mipsasm<'a>
Create a new Mipsasm instance.
Sets the base address to 0 and the debug flag to false.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Mipsasm<'a>
impl<'a> RefUnwindSafe for Mipsasm<'a>
impl<'a> Send for Mipsasm<'a>
impl<'a> Sync for Mipsasm<'a>
impl<'a> Unpin for Mipsasm<'a>
impl<'a> UnwindSafe for Mipsasm<'a>
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