pub enum CppNameStyle {
Declaration,
Reference,
}
Variants§
Implementations§
source§impl CppNameStyle
impl CppNameStyle
pub fn is_declaration(&self) -> bool
pub fn is_reference(&self) -> bool
Trait Implementations§
source§impl Clone for CppNameStyle
impl Clone for CppNameStyle
source§fn clone(&self) -> CppNameStyle
fn clone(&self) -> CppNameStyle
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 CppNameStyle
impl Debug for CppNameStyle
source§impl PartialEq<CppNameStyle> for CppNameStyle
impl PartialEq<CppNameStyle> for CppNameStyle
source§fn eq(&self, other: &CppNameStyle) -> bool
fn eq(&self, other: &CppNameStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.