pub struct VariableSlot {
    pub scope_index: usize,
    pub unique_id_in_function: usize,
    pub virtual_register: u8,
}Fields§
§scope_index: usize§unique_id_in_function: usize§virtual_register: u8Auto Trait Implementations§
impl Freeze for VariableSlot
impl RefUnwindSafe for VariableSlot
impl Send for VariableSlot
impl Sync for VariableSlot
impl Unpin for VariableSlot
impl UnwindSafe for VariableSlot
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