pub struct Enum<'tu> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Element for Enum<'_>
impl Element for Enum<'_>
fn exclude_kind(&self) -> ExcludeKind
fn is_system(&self) -> bool
fn is_public(&self) -> bool
fn doc_comment(&self) -> Cow<'_, str>
fn cpp_namespace(&self) -> Cow<'_, str>
fn cpp_name(&self, style: CppNameStyle) -> Cow<'_, str>
fn update_debug_struct<'dref, 'a, 'b>( &self, struct_debug: &'dref mut DebugStruct<'a, 'b>, ) -> &'dref mut DebugStruct<'a, 'b>
Source§impl RustElement for Enum<'_>
impl RustElement for Enum<'_>
Source§impl RustNativeGeneratedElement for Enum<'_>
impl RustNativeGeneratedElement for Enum<'_>
impl<'tu> StructuralPartialEq for Enum<'tu>
Auto Trait Implementations§
impl<'tu> Freeze for Enum<'tu>
impl<'tu> RefUnwindSafe for Enum<'tu>
impl<'tu> !Send for Enum<'tu>
impl<'tu> !Sync for Enum<'tu>
impl<'tu> Unpin for Enum<'tu>
impl<'tu> UnwindSafe for Enum<'tu>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more