Struct cranelift_codegen::settings::PredicateView
source · pub struct PredicateView<'a>(_);
Expand description
A reference to just the boolean predicates of a settings object.
The settings objects themselves are generated and appear in the isa/*/settings.rs
modules.
Each settings object provides a predicate_view()
method that makes it possible to query
ISA predicates by number.
Implementations§
Trait Implementations§
source§impl<'a> Clone for PredicateView<'a>
impl<'a> Clone for PredicateView<'a>
source§fn clone(&self) -> PredicateView<'a>
fn clone(&self) -> PredicateView<'a>
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 more