pub struct SubsetState { /* private fields */ }Expand description
mutable struct, updated during table subsetting some tables depend on other tables’ subset output
Trait Implementations§
Source§impl Default for SubsetState
impl Default for SubsetState
Source§fn default() -> SubsetState
fn default() -> SubsetState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubsetState
impl RefUnwindSafe for SubsetState
impl Send for SubsetState
impl Sync for SubsetState
impl Unpin for SubsetState
impl UnwindSafe for SubsetState
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
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.