pub struct CompileConfig {
pub dump: bool,
}Fields§
§dump: boolIf dump the disassembly of the generated code.
Trait Implementations§
Source§impl Default for CompileConfig
impl Default for CompileConfig
Source§fn default() -> CompileConfig
fn default() -> CompileConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompileConfig
impl RefUnwindSafe for CompileConfig
impl Send for CompileConfig
impl Sync for CompileConfig
impl Unpin for CompileConfig
impl UnwindSafe for CompileConfig
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