pub struct CString { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for CString
impl Freeze for CString
impl RefUnwindSafe for CString
impl Send for CString
impl Unpin for CString
impl UnsafeUnpin for CString
impl UnwindSafe for CString
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