Struct classfile_parser::constant_info::InterfaceMethodRefConstant [−][src]
Fields
class_index: u16
name_and_type_index: u16
Trait Implementations
impl Clone for InterfaceMethodRefConstant[src]
impl Clone for InterfaceMethodRefConstantfn clone(&self) -> InterfaceMethodRefConstant[src]
fn clone(&self) -> InterfaceMethodRefConstantReturns 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 InterfaceMethodRefConstant[src]
impl Debug for InterfaceMethodRefConstantAuto Trait Implementations
impl Send for InterfaceMethodRefConstant
impl Send for InterfaceMethodRefConstantimpl Sync for InterfaceMethodRefConstant
impl Sync for InterfaceMethodRefConstant