Struct cranelift_codegen::settings::Builder [−][src]
pub struct Builder { /* fields omitted */ }
Expand description
Collect settings values based on a template.
Implementations
Create a new builder with defaults and names from the given template.
Extract contents of builder once everything is configured.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more