Struct classfile_parser::constant_info::ClassConstant [−][src]
pub struct ClassConstant {
pub name_index: u16,
}Fields
name_index: u16
Trait Implementations
impl Clone for ClassConstant[src]
impl Clone for ClassConstantfn clone(&self) -> ClassConstant[src]
fn clone(&self) -> ClassConstantReturns 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 ClassConstant[src]
impl Debug for ClassConstantAuto Trait Implementations
impl Send for ClassConstant
impl Send for ClassConstantimpl Sync for ClassConstant
impl Sync for ClassConstant