Enum cranelift_codegen::settings::detail::Detail [−][src]
Expand description
The different kind of settings along with descriptor bits that depend on the kind.
Variants
A boolean setting only uses one bit, numbered from LSB.
Show fields
Fields of Bool
bit: u80-7.
A numerical setting uses the whole byte.
An Enum setting uses a range of enumerators.
Show fields
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.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Detail
impl Send for Detail
impl Sync for Detail
impl Unpin for Detail
impl UnwindSafe for Detail
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more