Struct rust_jvm::vm::symref::Field
[−]
[src]
pub struct Field { pub class: Class, pub sig: Field, }
A symbolic reference to a field constant pool entry.
Fields
class | A symbolic reference to the class containing this field. |
sig | The signature of the field to which the symbolic reference refers. |