Struct classfile_parser::attribute_info::AttributeInfo [−][src]
pub struct AttributeInfo {
pub attribute_name_index: u16,
pub attribute_length: u32,
pub info: Vec<u8>,
}Fields
attribute_name_index: u16
attribute_length: u32
info: Vec<u8>
Trait Implementations
impl Clone for AttributeInfo[src]
impl Clone for AttributeInfofn clone(&self) -> AttributeInfo[src]
fn clone(&self) -> AttributeInfoReturns 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 AttributeInfo[src]
impl Debug for AttributeInfoAuto Trait Implementations
impl Send for AttributeInfo
impl Send for AttributeInfoimpl Sync for AttributeInfo
impl Sync for AttributeInfo