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