Struct cxx_gen::GeneratedCode [−][src]
Expand description
Results of code generation.
Fields
header: Vec<u8>
The bytes of a C++ header file.
implementation: Vec<u8>
The bytes of a C++ implementation file (e.g. .cc, cpp etc.)
Trait Implementations
Returns the “default value” for a type. Read more