Struct dpc::CodegenIRSettings
source · pub struct CodegenIRSettings {
pub debug: bool,
pub debug_functions: bool,
pub ir_passes: bool,
pub mir_passes: bool,
pub lir_passes: bool,
}Expand description
Settings for the codegen_ir utility function
Fields§
§debug: bool§debug_functions: bool§ir_passes: bool§mir_passes: bool§lir_passes: boolImplementations§
Trait Implementations§
source§impl Clone for CodegenIRSettings
impl Clone for CodegenIRSettings
source§fn clone(&self) -> CodegenIRSettings
fn clone(&self) -> CodegenIRSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for CodegenIRSettings
impl Send for CodegenIRSettings
impl Sync for CodegenIRSettings
impl Unpin for CodegenIRSettings
impl UnwindSafe for CodegenIRSettings
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