pub struct IrToBytecode { /* private fields */ }Expand description
IR to bytecode compiler
Implementations§
Trait Implementations§
Source§impl Default for IrToBytecode
impl Default for IrToBytecode
Source§fn default() -> IrToBytecode
fn default() -> IrToBytecode
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IrToBytecode
impl RefUnwindSafe for IrToBytecode
impl Send for IrToBytecode
impl Sync for IrToBytecode
impl Unpin for IrToBytecode
impl UnwindSafe for IrToBytecode
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