pub struct LocalVariableTypeTableInfo {
pub start_pc: LabelNode,
pub length: u16,
pub name_index: u16,
pub signature_index: u16,
pub index: u16,
}
Fields§
§start_pc: LabelNode
§length: u16
§name_index: u16
§signature_index: u16
§index: u16
Trait Implementations§
Source§impl Clone for LocalVariableTypeTableInfo
impl Clone for LocalVariableTypeTableInfo
Source§fn clone(&self) -> LocalVariableTypeTableInfo
fn clone(&self) -> LocalVariableTypeTableInfo
Returns a copy 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 moreSource§impl Debug for LocalVariableTypeTableInfo
impl Debug for LocalVariableTypeTableInfo
impl Copy for LocalVariableTypeTableInfo
Auto Trait Implementations§
impl Freeze for LocalVariableTypeTableInfo
impl RefUnwindSafe for LocalVariableTypeTableInfo
impl Send for LocalVariableTypeTableInfo
impl Sync for LocalVariableTypeTableInfo
impl Unpin for LocalVariableTypeTableInfo
impl UnwindSafe for LocalVariableTypeTableInfo
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