Enum cxx_gen::IncludeKind
source · pub enum IncludeKind {
Quoted,
Bracketed,
}
Expand description
Whether to emit #include "path"
or #include <path>
.
Variants§
Trait Implementations§
source§impl Clone for IncludeKind
impl Clone for IncludeKind
source§fn clone(&self) -> IncludeKind
fn clone(&self) -> IncludeKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more