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