pub enum FloatLike {
Float(Float),
Number(Number),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FloatLike
impl Send for FloatLike
impl !Sync for FloatLike
impl Unpin for FloatLike
impl UnwindSafe for FloatLike
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.