pub struct NSTDCStrMut { /* private fields */ }Available on crate feature
core only.Expand description
A mutable slice of a C string.
Auto Trait Implementations§
impl !Send for NSTDCStrMut
impl !Sync for NSTDCStrMut
impl Freeze for NSTDCStrMut
impl RefUnwindSafe for NSTDCStrMut
impl Unpin for NSTDCStrMut
impl UnsafeUnpin for NSTDCStrMut
impl UnwindSafe for NSTDCStrMut
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