Struct regalloc::IRSnapshot [−][src]
pub struct IRSnapshot { /* fields omitted */ }
Implementations
pub fn allocate(
&mut self,
opts: Options
) -> Result<RegAllocResult<IRFunction>, RegAllocError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IRSnapshot
impl Send for IRSnapshot
impl Sync for IRSnapshot
impl Unpin for IRSnapshot
impl UnwindSafe for IRSnapshot
Blanket Implementations
Mutably borrows from an owned value. Read more