pub struct Include { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Include
impl !Send for Include
impl !Sync for Include
impl Unpin for Include
impl !UnwindSafe for Include
Blanket Implementations§
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.