pub struct CppDemangler { /* private fields */ }Expand description
C++ demangling, actually accepts any demangler tool that works over stdin/stdout it writes the mangled named to spawned process’ stdin and reads the demangled response from stdout
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CppDemangler
impl RefUnwindSafe for CppDemangler
impl Send for CppDemangler
impl Sync for CppDemangler
impl Unpin for CppDemangler
impl UnwindSafe for CppDemangler
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