Struct rtti::Primitive [] [src]

pub struct Primitive {
    pub name: &'static str,
    pub size: usize,
}

An primitive type.

Fields

Trait Implementations

impl Debug for Primitive
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Primitive

impl Sync for Primitive