Struct classfile_parser::attribute_info::ConstantValueAttribute[][src]

pub struct ConstantValueAttribute {
    pub constant_value_index: u16,
}

Fields

Trait Implementations

impl Clone for ConstantValueAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConstantValueAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations