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§

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.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.