pub struct Script {
pub codepoints: Codepoints,
pub script: String,
}
Expand description
A single row in the Scripts.txt
file.
Fields§
§codepoints: Codepoints
The codepoint or codepoint range for this entry.
script: String
The script name assigned to the codepoints in this entry.
Trait Implementations§
source§impl PartialEq for Script
impl PartialEq for Script
source§impl UcdFile for Script
impl UcdFile for Script
source§impl UcdFileByCodepoint for Script
impl UcdFileByCodepoint for Script
source§fn codepoints(&self) -> CodepointIter ⓘ
fn codepoints(&self) -> CodepointIter ⓘ
Returns the codepoints associated with this record.
impl Eq for Script
impl StructuralEq for Script
impl StructuralPartialEq for Script
Auto Trait Implementations§
impl RefUnwindSafe for Script
impl Send for Script
impl Sync for Script
impl Unpin for Script
impl UnwindSafe for Script
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