#[repr(C)]pub struct CppString { /* private fields */ }
Expand description
Opaque handle to a C++ std::string
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CppString
impl RefUnwindSafe for CppString
impl Send for CppString
impl Sync for CppString
impl Unpin for CppString
impl UnwindSafe for CppString
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