Struct jbcrs_basic::Field [] [src]

pub struct Field {
    pub access_flags: AccessFlags,
    pub name: u16,
    pub desc: u16,
    pub attributes: Vec<Attribute>,
}

A field.

Fields

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Field

impl Sync for Field