#[repr(C)]pub struct Analysis(/* private fields */);
Implementations§
Source§impl Analysis
impl Analysis
pub fn shape_engine(&self) -> EngineShape
pub fn lang_engine(&self) -> EngineLang
pub fn font(&self) -> Font
pub fn level(&self) -> u8
pub fn gravity(&self) -> Gravity
pub fn flags(&self) -> u8
pub fn script(&self) -> Script
pub fn language(&self) -> Language
Auto Trait Implementations§
impl Freeze for Analysis
impl RefUnwindSafe for Analysis
impl !Send for Analysis
impl !Sync for Analysis
impl Unpin for Analysis
impl UnwindSafe for Analysis
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