pub struct LitCStr { /* private fields */ }Expand description
A nul-terminated C-string literal: c"foo".
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LitCStr
impl RefUnwindSafe for LitCStr
impl !Send for LitCStr
impl !Sync for LitCStr
impl Unpin for LitCStr
impl UnwindSafe for LitCStr
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