Struct read_fonts::traversal::Field
source · pub struct Field<'a> {
pub name: &'static str,
pub value: FieldType<'a>,
}
Expand description
A generic field in a font table.
Fields§
§name: &'static str
The field’s name.
value: FieldType<'a>
The field’s value.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Field<'a>
impl<'a> !RefUnwindSafe for Field<'a>
impl<'a> !Send for Field<'a>
impl<'a> !Sync for Field<'a>
impl<'a> Unpin for Field<'a>
impl<'a> !UnwindSafe for Field<'a>
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