pub enum CppNameStyle {
Declaration,
Reference,
}
Variants
Declaration
Reference
Implementations
sourceimpl CppNameStyle
impl CppNameStyle
pub fn is_declaration(&self) -> bool
pub fn is_reference(&self) -> bool
Trait Implementations
sourceimpl Clone for CppNameStyle
impl Clone for CppNameStyle
sourcefn clone(&self) -> CppNameStyle
fn clone(&self) -> CppNameStyle
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CppNameStyle
impl Debug for CppNameStyle
sourceimpl PartialEq<CppNameStyle> for CppNameStyle
impl PartialEq<CppNameStyle> for CppNameStyle
sourcefn eq(&self, other: &CppNameStyle) -> bool
fn eq(&self, other: &CppNameStyle) -> bool
impl Copy for CppNameStyle
impl Eq for CppNameStyle
impl StructuralEq for CppNameStyle
impl StructuralPartialEq for CppNameStyle
Auto Trait Implementations
impl RefUnwindSafe for CppNameStyle
impl Send for CppNameStyle
impl Sync for CppNameStyle
impl Unpin for CppNameStyle
impl UnwindSafe for CppNameStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more