Struct cpp_common::Class[][src]

pub struct Class {
    pub name: Ident,
    pub cpp: String,
    pub public: bool,
    pub attrs: Vec<MetaItem>,
    pub line: String,
}

Fields

Methods

impl Class
[src]

Trait Implementations

impl Clone for Class
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Class
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Class

impl Sync for Class