Struct rtti::Field [] [src]

pub struct Field {
    pub vis: Visibility,
    pub offset: usize,
    pub ty: Box<Type>,
}

Field of a struct or tuple struct.

Fields

Trait Implementations

impl Debug for Field
[src]

[src]

Formats the value using the given formatter.