[−][src]Enum cranelift_codegen::settings::detail::Detail
The different kind of settings along with descriptor bits that depend on the kind.
Variants
Bool
A boolean setting only uses one bit, numbered from LSB.
Fields of Bool
bit: u8
0-7.
Num
A numerical setting uses the whole byte.
Enum
An Enum setting uses a range of enumerators.
Fields of Enum
Preset
A preset is not an individual setting, it is a collection of settings applied at once.
The Descriptor::offset
field refers to the PRESETS
table.
Methods
impl Detail
[src]
pub fn is_preset(self) -> bool
[src]
Check if a detail is a Detail::Preset. Useful because the Descriptor offset field has a different meaning when the detail is a preset.
Trait Implementations
Auto Trait Implementations
impl Send for Detail
impl Sync for Detail
impl Unpin for Detail
impl RefUnwindSafe for Detail
impl UnwindSafe for Detail
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,