pub struct CppAdapter;Implementations§
Source§impl CppAdapter
impl CppAdapter
Trait Implementations§
Source§impl Default for CppAdapter
impl Default for CppAdapter
Source§impl LanguageAdapter for CppAdapter
impl LanguageAdapter for CppAdapter
Auto Trait Implementations§
impl Freeze for CppAdapter
impl RefUnwindSafe for CppAdapter
impl Send for CppAdapter
impl Sync for CppAdapter
impl Unpin for CppAdapter
impl UnsafeUnpin for CppAdapter
impl UnwindSafe for CppAdapter
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