pub struct CraneliftBackend { /* private fields */ }Implementations§
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