pub struct AnalyzeResult {
pub is_supported_font_type: bool,
pub font_file_type: FontFileType,
pub font_face_type: FontFaceType,
pub number_of_faces: u32,
}Fields§
§is_supported_font_type: bool§font_file_type: FontFileType§font_face_type: FontFaceType§number_of_faces: u32Trait Implementations§
Source§impl Clone for AnalyzeResult
impl Clone for AnalyzeResult
Source§fn clone(&self) -> AnalyzeResult
fn clone(&self) -> AnalyzeResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AnalyzeResult
impl RefUnwindSafe for AnalyzeResult
impl Send for AnalyzeResult
impl Sync for AnalyzeResult
impl Unpin for AnalyzeResult
impl UnsafeUnpin for AnalyzeResult
impl UnwindSafe for AnalyzeResult
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