pub struct CharRef {
pub chars: [char; 2],
pub num_chars: u8,
}
Fields§
§chars: [char; 2]
The resulting character(s)
num_chars: u8
How many slots in chars
are valid?
Auto Trait Implementations§
impl Freeze for CharRef
impl RefUnwindSafe for CharRef
impl Send for CharRef
impl Sync for CharRef
impl Unpin for CharRef
impl UnwindSafe for CharRef
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