pub struct LocalVariableType {
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: u16
Trait Implementations§
Source§impl Clone for LocalVariableType
impl Clone for LocalVariableType
Source§fn clone(&self) -> LocalVariableType
fn clone(&self) -> LocalVariableType
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 LocalVariableType
impl RefUnwindSafe for LocalVariableType
impl Send for LocalVariableType
impl Sync for LocalVariableType
impl Unpin for LocalVariableType
impl UnwindSafe for LocalVariableType
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