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 Freeze for NSTDCStr
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