Struct classfile_parser::constant_info::StringConstant [−][src]
pub struct StringConstant {
pub string_index: u16,
}Fields
string_index: u16
Trait Implementations
impl Clone for StringConstant[src]
impl Clone for StringConstantfn clone(&self) -> StringConstant[src]
fn clone(&self) -> StringConstantReturns 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 StringConstant[src]
impl Debug for StringConstantAuto Trait Implementations
impl Send for StringConstant
impl Send for StringConstantimpl Sync for StringConstant
impl Sync for StringConstant