Struct classfile_parser::constant_info::MethodRefConstant [−][src]
Fields
class_index: u16
name_and_type_index: u16
Trait Implementations
impl Clone for MethodRefConstant[src]
impl Clone for MethodRefConstantfn clone(&self) -> MethodRefConstant[src]
fn clone(&self) -> MethodRefConstantReturns 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 MethodRefConstant[src]
impl Debug for MethodRefConstantAuto Trait Implementations
impl Send for MethodRefConstant
impl Send for MethodRefConstantimpl Sync for MethodRefConstant
impl Sync for MethodRefConstant