Fields
data: *const c_void
private_flags: c_uint
Trait Implementations
impl Copy for CXString
Auto Trait Implementations
impl RefUnwindSafe for CXString
impl !Send for CXString
impl !Sync for CXString
impl Unpin for CXString
impl UnwindSafe for CXString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more