pub struct U16String(/* private fields */);
Expand description
a special type that can be used to make strings with longer lenghts as the u16 indicates this has a len that is defined by a u16 instead of a u8 like for a normal string
Trait Implementations§
Auto Trait Implementations§
impl Freeze for U16String
impl RefUnwindSafe for U16String
impl Send for U16String
impl Sync for U16String
impl Unpin for U16String
impl UnwindSafe for U16String
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