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 moresource§impl Debug for IncludeKind
impl Debug for IncludeKind
source§impl PartialEq<IncludeKind> for IncludeKind
impl PartialEq<IncludeKind> for IncludeKind
source§fn eq(&self, other: &IncludeKind) -> bool
fn eq(&self, other: &IncludeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.