Sha256: 2f3c4118f59478ab67ce0ada7466d61cb6abbc6335056b4b9749b642210d4ca0
Contents?: true
Size: 325 Bytes
Versions: 7
Compression:
Stored size: 325 Bytes
Contents
pub use super::pulley_shared::isa_builder; use super::pulley_shared::PulleyTargetKind; use crate::isa::pulley_shared::PointerWidth; #[derive(Debug, Default, Clone, Copy)] pub(crate) struct Pulley32; impl PulleyTargetKind for Pulley32 { fn pointer_width() -> PointerWidth { PointerWidth::PointerWidth32 } }
Version data entries
7 entries across 7 versions & 1 rubygems