Struct classfile_parser::constant_info::StringConstant  [−][src]
pub struct StringConstant {
    pub string_index: u16,
}Fields
string_index: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringConstantimpl Send for StringConstantimpl Sync for StringConstantimpl Unpin for StringConstantimpl UnwindSafe for StringConstantBlanket Implementations
Mutably borrows from an owned value. Read more