Struct rtti::Opaque [] [src]

pub struct Opaque {
    pub name: &'static str,
    pub size: usize,
    pub tys: Vec<Type>,
}

An opaque type.

Fields

Trait Implementations

impl Debug for Opaque
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Opaque

impl Sync for Opaque