struct CLikeStr(*const u8);Expand description
A wrapper for the *const u8.
This struct is used to formatted-print the C-Style string. (A.k.a zero-terminated string).
Tuple Fields§
§0: *const u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLikeStr
impl RefUnwindSafe for CLikeStr
impl !Send for CLikeStr
impl !Sync for CLikeStr
impl Unpin for CLikeStr
impl UnwindSafe for CLikeStr
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more