#[repr(C)]pub struct NSTDCStr { /* private fields */ }Available on crate feature
core only.Expand description
An immutable slice of a C string.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NSTDCStr
impl !Send for NSTDCStr
impl !Sync for NSTDCStr
impl Unpin for NSTDCStr
impl UnwindSafe for NSTDCStr
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