pub struct PredicateView<'a>(_);
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.
Create a new view of a precomputed predicate vector.
See the predicate_view() method on the various Flags types defined for each ISA.
Check a numbered predicate.
Performs copy-assignment from source. Read more
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
🔬 This is a nightly-only experimental API. (try_from)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more