Struct rtti::Field [] [src]

pub struct Field {
    pub vis: Visibility,
    pub offset: usize,
    pub ty: Type,
    pub hints: Vec<&'static str>,
}

Field of a struct or tuple struct.

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