Struct classfile_parser::constant_info::LongConstant[][src]

pub struct LongConstant {
    pub value: i64,
}

Fields

Trait Implementations

impl Clone for LongConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LongConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations