Struct classfile_parser::constant_info::IntegerConstant  [−][src]
pub struct IntegerConstant {
    pub value: i32,
}Fields
value: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntegerConstantimpl Send for IntegerConstantimpl Sync for IntegerConstantimpl Unpin for IntegerConstantimpl UnwindSafe for IntegerConstantBlanket Implementations
Mutably borrows from an owned value. Read more