Enum parser_c::syntax::preprocess::CppOption []

pub enum CppOption {
    IncludeDir(FilePath),
    Define(StringString),
    Undefine(String),
    IncludeFile(FilePath),
}

Variants

Trait Implementations

impl Clone for CppOption

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more