pub struct TableTag(/* private fields */);Expand description
4-byte tag of an OpenType font table.
Implementations§
Trait Implementations§
impl Copy for TableTag
impl Eq for TableTag
impl StructuralPartialEq for TableTag
Auto Trait Implementations§
impl Freeze for TableTag
impl RefUnwindSafe for TableTag
impl Send for TableTag
impl Sync for TableTag
impl Unpin for TableTag
impl UnwindSafe for TableTag
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