pub struct CraneliftBackend { /* private fields */ }Implementations§
Source§impl CraneliftBackend
impl CraneliftBackend
pub fn new() -> Self
Sourcepub fn with_progress(self, on: bool) -> Self
pub fn with_progress(self, on: bool) -> Self
Enable a tqdm-style progress bar over the per-function codegen loop. Off by default so library/test use stays silent.
Trait Implementations§
Source§impl CodegenBackend for CraneliftBackend
impl CodegenBackend for CraneliftBackend
Auto Trait Implementations§
impl !RefUnwindSafe for CraneliftBackend
impl !UnwindSafe for CraneliftBackend
impl Freeze for CraneliftBackend
impl Send for CraneliftBackend
impl Sync for CraneliftBackend
impl Unpin for CraneliftBackend
impl UnsafeUnpin for CraneliftBackend
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