pub struct LocalVariableEntry {
pub start_pc: u16,
pub length: u16,
pub name_index: u16,
pub descriptor_index: u16,
pub index: u16,
}Fields§
§start_pc: u16§length: u16§name_index: u16§descriptor_index: u16§index: u16Trait Implementations§
Source§impl Clone for LocalVariableEntry
impl Clone for LocalVariableEntry
Source§fn clone(&self) -> LocalVariableEntry
fn clone(&self) -> LocalVariableEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LocalVariableEntry
impl RefUnwindSafe for LocalVariableEntry
impl Send for LocalVariableEntry
impl Sync for LocalVariableEntry
impl Unpin for LocalVariableEntry
impl UnsafeUnpin for LocalVariableEntry
impl UnwindSafe for LocalVariableEntry
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