Struct cxx_gen::GeneratedCode
source · 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§
source§impl Default for GeneratedCode
impl Default for GeneratedCode
source§fn default() -> GeneratedCode
fn default() -> GeneratedCode
Returns the “default value” for a type. Read more