pub struct DynasmData {
pub current_arch: Box<dyn Arch>,
pub aliases: HashMap<String, String>,
}
Fields§
§current_arch: Box<dyn Arch>
§aliases: HashMap<String, String>
Implementations§
Source§impl DynasmData
impl DynasmData
Sourcepub fn new() -> DynasmData
pub fn new() -> DynasmData
Create data with the current default architecture (target dependent).
Auto Trait Implementations§
impl Freeze for DynasmData
impl !RefUnwindSafe for DynasmData
impl Send for DynasmData
impl !Sync for DynasmData
impl Unpin for DynasmData
impl !UnwindSafe for DynasmData
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