pub struct NameTable {
pub records: Vec<NameRecord>,
}Expand description
The name table of a TrueType font
Fields§
§records: Vec<NameRecord>The name records in the table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameTable
impl RefUnwindSafe for NameTable
impl Send for NameTable
impl Sync for NameTable
impl Unpin for NameTable
impl UnwindSafe for NameTable
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