pub struct LocalVariableTarget {
pub start: u16,
pub length: u16,
pub index: u16,
}
Fields§
§start: u16
Start of the Code.
length: u16
Length of the Code.
index: u16
The index in the local variable array of the current frame. double and long do occupy two spaces.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalVariableTarget
impl RefUnwindSafe for LocalVariableTarget
impl Send for LocalVariableTarget
impl Sync for LocalVariableTarget
impl Unpin for LocalVariableTarget
impl UnwindSafe for LocalVariableTarget
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