Struct classfile_parser::constant_info::FieldRefConstant [−][src]
Fields
class_index: u16
name_and_type_index: u16
Trait Implementations
impl Clone for FieldRefConstant[src]
impl Clone for FieldRefConstantfn clone(&self) -> FieldRefConstant[src]
fn clone(&self) -> FieldRefConstantReturns 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 FieldRefConstant[src]
impl Debug for FieldRefConstantAuto Trait Implementations
impl Send for FieldRefConstant
impl Send for FieldRefConstantimpl Sync for FieldRefConstant
impl Sync for FieldRefConstant