pub(crate) struct CStr {
pub(crate) ptr: *const u8,
}
Fields§
§ptr: *const u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CStr
impl RefUnwindSafe for CStr
impl !Send for CStr
impl !Sync for CStr
impl Unpin for CStr
impl UnwindSafe for CStr
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