Struct classfile_parser::constant_info::LongConstant [−][src]
pub struct LongConstant {
pub value: i64,
}Fields
value: i64
Trait Implementations
impl Clone for LongConstant[src]
impl Clone for LongConstantfn clone(&self) -> LongConstant[src]
fn clone(&self) -> LongConstantReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LongConstant[src]
impl Debug for LongConstantAuto Trait Implementations
impl Send for LongConstant
impl Send for LongConstantimpl Sync for LongConstant
impl Sync for LongConstant