Struct classfile_parser::constant_info::MethodTypeConstant [−][src]
pub struct MethodTypeConstant {
pub descriptor_index: u16,
}Fields
descriptor_index: u16
Trait Implementations
impl Clone for MethodTypeConstant[src]
impl Clone for MethodTypeConstantfn clone(&self) -> MethodTypeConstant[src]
fn clone(&self) -> MethodTypeConstantReturns 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 MethodTypeConstant[src]
impl Debug for MethodTypeConstantAuto Trait Implementations
impl Send for MethodTypeConstant
impl Send for MethodTypeConstantimpl Sync for MethodTypeConstant
impl Sync for MethodTypeConstant