Struct classreader::LocalVariableTarget [] [src]

pub struct LocalVariableTarget {
    pub start_pc: u16,
    pub length: u16,
    pub index: u16,
}

Fields

start_pc: u16 length: u16 index: u16

Trait Implementations

impl Debug for LocalVariableTarget
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.