Struct classfile_parser::constant_info::StringConstant[][src]

pub struct StringConstant {
    pub string_index: u16,
}

Fields

Trait Implementations

impl Clone for StringConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StringConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations