Enum cranelift_codegen::machinst::abi_impl::InstIsSafepoint [−][src]
pub enum InstIsSafepoint {
Yes,
No,
}Expand description
Is an instruction returned by an ABI machine-specific backend a safepoint, or not?
Variants
The instruction is a safepoint.
The instruction is not a safepoint.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InstIsSafepointimpl Send for InstIsSafepointimpl Sync for InstIsSafepointimpl Unpin for InstIsSafepointimpl UnwindSafe for InstIsSafepointBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.