pub struct HeadTable { /* private fields */ }Implementations§
Source§impl HeadTable
impl HeadTable
pub fn units_per_em(&self) -> u16
pub fn created(&self) -> i64
pub fn modified(&self) -> i64
pub fn x_min(&self) -> i16
pub fn y_min(&self) -> i16
pub fn x_max(&self) -> i16
pub fn y_max(&self) -> i16
pub fn mac_style(&self) -> u16
pub fn lowest_rec_ppem(&self) -> u16
pub fn font_direction_hint(&self) -> i16
pub fn index_to_loc_format(&self) -> i16
Auto Trait Implementations§
impl Freeze for HeadTable
impl RefUnwindSafe for HeadTable
impl Send for HeadTable
impl Sync for HeadTable
impl Unpin for HeadTable
impl UnsafeUnpin for HeadTable
impl UnwindSafe for HeadTable
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