Struct regalloc::RealRegUniverse [−][src]
pub struct RealRegUniverse {
pub regs: Vec<(RealReg, String)>,
pub allocable: usize,
pub allocable_by_class: [Option<RegClassInfo>; 5],
}
Fields
regs: Vec<(RealReg, String)>
allocable: usize
allocable_by_class: [Option<RegClassInfo>; 5]
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RealRegUniverse
impl Send for RealRegUniverse
impl Sync for RealRegUniverse
impl Unpin for RealRegUniverse
impl UnwindSafe for RealRegUniverse
Blanket Implementations
Mutably borrows from an owned value. Read more