Struct classfile_parser::constant_info::LongConstant  [−][src]
pub struct LongConstant {
    pub value: i64,
}Fields
value: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LongConstantimpl Send for LongConstantimpl Sync for LongConstantimpl Unpin for LongConstantimpl UnwindSafe for LongConstantBlanket Implementations
Mutably borrows from an owned value. Read more