Struct konst_kernel::string::string_for_konst::ArrayStr
source · pub struct ArrayStr<const N: usize>(/* private fields */);
Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for ArrayStr<N>
impl<const N: usize> RefUnwindSafe for ArrayStr<N>
impl<const N: usize> Send for ArrayStr<N>
impl<const N: usize> Sync for ArrayStr<N>
impl<const N: usize> Unpin for ArrayStr<N>
impl<const N: usize> UnwindSafe for ArrayStr<N>
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