pub struct RegLocal {
pub name_idx: u32,
pub reg: u32,
}Expand description
Local register metadata for name sync.
Fields§
§name_idx: u32§reg: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegLocal
impl RefUnwindSafe for RegLocal
impl Send for RegLocal
impl Sync for RegLocal
impl Unpin for RegLocal
impl UnwindSafe for RegLocal
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