#[repr(C)]pub struct Analysis(_);Implementations
sourceimpl 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 RefUnwindSafe for Analysis
impl !Send for Analysis
impl !Sync for Analysis
impl Unpin for Analysis
impl UnwindSafe for Analysis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more