Struct classfile_parser::attribute_info::ConstantValueAttribute [−][src]
pub struct ConstantValueAttribute {
pub constant_value_index: u16,
}Fields
constant_value_index: u16
Trait Implementations
impl Clone for ConstantValueAttribute[src]
impl Clone for ConstantValueAttributefn clone(&self) -> ConstantValueAttribute[src]
fn clone(&self) -> ConstantValueAttributeReturns 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 ConstantValueAttribute[src]
impl Debug for ConstantValueAttributeAuto Trait Implementations
impl Send for ConstantValueAttribute
impl Send for ConstantValueAttributeimpl Sync for ConstantValueAttribute
impl Sync for ConstantValueAttribute