[−][src]Struct pango::analysis::Analysis
Methods
impl Analysis
[src]
pub fn shape_engine(&self) -> EngineShape
[src]
pub fn lang_engine(&self) -> EngineLang
[src]
pub fn font(&self) -> Font
[src]
pub fn level(&self) -> u8
[src]
pub fn gravity(&self) -> Gravity
[src]
pub fn flags(&self) -> u8
[src]
pub fn script(&self) -> Script
[src]
pub fn language(&self) -> Language
[src]
Auto Trait Implementations
impl !Send for Analysis
impl !Sync for Analysis
impl Unpin for Analysis
impl UnwindSafe for Analysis
impl RefUnwindSafe for Analysis
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,