Struct nstd_sys::cstring::NSTDCString
source · #[repr(C)]pub struct NSTDCString { /* private fields */ }Available on crate feature
nstd_cstring only.Expand description
A dynamically sized, null terminated, C string.
Managed C strings (NSTDCString) will always contain a null byte until freed.
Trait Implementations
sourceimpl Debug for NSTDCString
impl Debug for NSTDCString
Auto Trait Implementations
impl RefUnwindSafe for NSTDCString
impl !Send for NSTDCString
impl !Sync for NSTDCString
impl Unpin for NSTDCString
impl UnwindSafe for NSTDCString
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