Struct unicode_name::CharInfo
source · pub struct CharInfo {
pub char: char,
pub name: Option<String>,
pub block: Option<&'static str>,
pub char_offset: usize,
pub byte_offset: usize,
}Fields§
§char: char§name: Option<String>§block: Option<&'static str>§char_offset: usize§byte_offset: usizeAuto Trait Implementations§
impl RefUnwindSafe for CharInfo
impl Send for CharInfo
impl Sync for CharInfo
impl Unpin for CharInfo
impl UnwindSafe for CharInfo
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