Enum cranelift_codegen::machinst::abi_impl::InstIsSafepoint [−][src]
pub enum InstIsSafepoint { Yes, No, }
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
impl Clone for InstIsSafepoint
[src]
impl Clone for InstIsSafepoint
[src]fn clone(&self) -> InstIsSafepoint
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<InstIsSafepoint> for InstIsSafepoint
[src]
impl PartialEq<InstIsSafepoint> for InstIsSafepoint
[src]