Struct write_fonts::validate::ValidationReport
source · pub struct ValidationReport { /* private fields */ }
Expand description
One or more validation errors.
Trait Implementations§
source§impl Debug for ValidationReport
impl Debug for ValidationReport
Auto Trait Implementations§
impl RefUnwindSafe for ValidationReport
impl Send for ValidationReport
impl Sync for ValidationReport
impl Unpin for ValidationReport
impl UnwindSafe for ValidationReport
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.