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.

Trait Implementations

Derived Implementations

impl Hash for Field

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for Field

fn assert_receiver_is_total_eq(&self)

impl PartialEq for Field

fn eq(&self, __arg_0: &Field) -> bool

fn ne(&self, __arg_0: &Field) -> bool

impl Clone for Field

fn clone(&self) -> Field

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Field

fn fmt(&self, __arg_0: &mut Formatter) -> Result