pub struct RustAssemblyEmit<'a> { /* private fields */ }
Implementations§
Source§impl<'a> RustAssemblyEmit<'a>
impl<'a> RustAssemblyEmit<'a>
pub fn from_internal(internal: &'a mut dyn AssemblyEmit) -> Self
pub fn dump(&mut self, address: &Address, mnem: &CxxString, body: &CxxString)
Auto Trait Implementations§
impl<'a> Freeze for RustAssemblyEmit<'a>
impl<'a> !RefUnwindSafe for RustAssemblyEmit<'a>
impl<'a> !Send for RustAssemblyEmit<'a>
impl<'a> !Sync for RustAssemblyEmit<'a>
impl<'a> Unpin for RustAssemblyEmit<'a>
impl<'a> !UnwindSafe for RustAssemblyEmit<'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