Enum parser_c::syntax::preprocess::CppOption
[−]
pub enum CppOption { IncludeDir(FilePath), Define(String, String), Undefine(String), IncludeFile(FilePath), }
Variants
IncludeDir(FilePath)
Define(String, String)
Undefine(String)
IncludeFile(FilePath)
Trait Implementations
impl Clone for CppOption
fn clone(&self) -> CppOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more