Struct rtti::Struct [] [src]

pub struct Struct {
    pub name: &'static str,
    pub size: usize,
    pub vis: Visibility,
    pub fields: Vec<(&'static str, Field)>,
}

A struct (with named members).

Fields

Trait Implementations

impl Debug for Struct
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Struct

impl Sync for Struct