pub struct AotMachine<'a> {
pub machine: DefaultMachine<Box<AsmCoreMachine>>,
pub aot_code: Option<&'a AotCode>,
}Fields§
§machine: DefaultMachine<Box<AsmCoreMachine>>§aot_code: Option<&'a AotCode>Implementations§
Source§impl<'a> AotMachine<'a>
impl<'a> AotMachine<'a>
Auto Trait Implementations§
impl<'a> Freeze for AotMachine<'a>
impl<'a> !RefUnwindSafe for AotMachine<'a>
impl<'a> Send for AotMachine<'a>
impl<'a> Sync for AotMachine<'a>
impl<'a> Unpin for AotMachine<'a>
impl<'a> !UnwindSafe for AotMachine<'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