pub struct RasRuntime {}Expand description
Runtime compiler: MIR to executable memory
Implementations§
Source§impl RasRuntime
impl RasRuntime
pub fn new( _target_arch: TargetArchitecture, _target_os: TargetOperatingSystem, ) -> Self
Auto Trait Implementations§
impl Freeze for RasRuntime
impl RefUnwindSafe for RasRuntime
impl Send for RasRuntime
impl Sync for RasRuntime
impl Unpin for RasRuntime
impl UnsafeUnpin for RasRuntime
impl UnwindSafe for RasRuntime
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