pub struct RegisterAllocation {
pub mapping: HashMap<String, Register>,
}Fields§
§mapping: HashMap<String, Register>Auto Trait Implementations§
impl Freeze for RegisterAllocation
impl RefUnwindSafe for RegisterAllocation
impl Send for RegisterAllocation
impl Sync for RegisterAllocation
impl Unpin for RegisterAllocation
impl UnsafeUnpin for RegisterAllocation
impl UnwindSafe for RegisterAllocation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more