Struct classfile_parser::constant_info::IntegerConstant[][src]

pub struct IntegerConstant {
    pub value: i32,
}

Fields

Trait Implementations

impl Clone for IntegerConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IntegerConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations