pub struct LocalVariableTypeEntry {
pub start_pc: u16,
pub length: u16,
pub name_index: u16,
pub signature_index: u16,
pub index: u16,
}Fields§
§start_pc: u16§length: u16§name_index: u16§signature_index: u16§index: u16Trait Implementations§
Source§impl Clone for LocalVariableTypeEntry
impl Clone for LocalVariableTypeEntry
Source§fn clone(&self) -> LocalVariableTypeEntry
fn clone(&self) -> LocalVariableTypeEntry
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 LocalVariableTypeEntry
impl RefUnwindSafe for LocalVariableTypeEntry
impl Send for LocalVariableTypeEntry
impl Sync for LocalVariableTypeEntry
impl Unpin for LocalVariableTypeEntry
impl UnsafeUnpin for LocalVariableTypeEntry
impl UnwindSafe for LocalVariableTypeEntry
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