pub enum IsaFlagGen {
Host,
All,
}
Variants§
Host
When generating ISA flags, ensure that they are all supported by the current host.
All
All flags available in cranelift are allowed to be generated. We also allow generating all possible values for each enum flag.
Auto Trait Implementations§
impl Freeze for IsaFlagGen
impl RefUnwindSafe for IsaFlagGen
impl Send for IsaFlagGen
impl Sync for IsaFlagGen
impl Unpin for IsaFlagGen
impl UnwindSafe for IsaFlagGen
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more