Struct classfile_parser::constant_info::IntegerConstant [−][src]
pub struct IntegerConstant {
pub value: i32,
}Fields
value: i32
Trait Implementations
impl Clone for IntegerConstant[src]
impl Clone for IntegerConstantfn clone(&self) -> IntegerConstant[src]
fn clone(&self) -> IntegerConstantReturns 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 IntegerConstant[src]
impl Debug for IntegerConstantAuto Trait Implementations
impl Send for IntegerConstant
impl Send for IntegerConstantimpl Sync for IntegerConstant
impl Sync for IntegerConstant