Struct pango_sys::PangoAnalysis
source · [−]#[repr(C)]pub struct PangoAnalysis {
pub shape_engine: gpointer,
pub lang_engine: gpointer,
pub font: *mut PangoFont,
pub level: u8,
pub gravity: u8,
pub flags: u8,
pub script: u8,
pub language: *mut PangoLanguage,
pub extra_attrs: *mut GSList,
}
Fields
shape_engine: gpointer
lang_engine: gpointer
font: *mut PangoFont
level: u8
gravity: u8
flags: u8
script: u8
language: *mut PangoLanguage
extra_attrs: *mut GSList
Trait Implementations
sourceimpl Clone for PangoAnalysis
impl Clone for PangoAnalysis
sourcefn clone(&self) -> PangoAnalysis
fn clone(&self) -> PangoAnalysis
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PangoAnalysis
impl Debug for PangoAnalysis
impl Copy for PangoAnalysis
Auto Trait Implementations
impl RefUnwindSafe for PangoAnalysis
impl !Send for PangoAnalysis
impl !Sync for PangoAnalysis
impl Unpin for PangoAnalysis
impl UnwindSafe for PangoAnalysis
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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