pub struct DefaultElement;Implementations§
Source§impl DefaultElement
impl DefaultElement
pub fn exclude_kind(this: &(impl Element + ?Sized)) -> ExcludeKind
pub fn is_system(entity: Entity<'_>) -> bool
pub fn is_public(entity: Entity<'_>) -> bool
pub fn cpp_namespace(entity: Entity<'_>) -> String
pub fn cpp_decl_name_with_namespace<'t>( this: &'t (impl Element + ?Sized), decl_name: &str, ) -> Cow<'t, str>
pub fn cpp_name<'t>( this: &'t (impl Element + ?Sized), entity: Entity<'_>, style: CppNameStyle, ) -> Cow<'t, str>
Auto Trait Implementations§
impl Freeze for DefaultElement
impl RefUnwindSafe for DefaultElement
impl Send for DefaultElement
impl Sync for DefaultElement
impl Unpin for DefaultElement
impl UnsafeUnpin for DefaultElement
impl UnwindSafe for DefaultElement
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