Struct nstd_sys::core::cstr::NSTDCStrMut
source · #[repr(C)]pub struct NSTDCStrMut { /* private fields */ }Available on crate feature
core only.Expand description
A mutable slice of a C string.
Auto Trait Implementations§
impl RefUnwindSafe for NSTDCStrMut
impl !Send for NSTDCStrMut
impl !Sync for NSTDCStrMut
impl Unpin 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