pub struct ExprToIr { /* private fields */ }Expand description
Compiles kernel expressions to intermediate representation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprToIr
impl RefUnwindSafe for ExprToIr
impl Send for ExprToIr
impl Sync for ExprToIr
impl Unpin for ExprToIr
impl UnsafeUnpin for ExprToIr
impl UnwindSafe for ExprToIr
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