#[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§
Source§impl Clone for PangoAnalysis
impl Clone for PangoAnalysis
Source§fn clone(&self) -> PangoAnalysis
fn clone(&self) -> PangoAnalysis
Returns a copy 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 moreSource§impl Debug for PangoAnalysis
impl Debug for PangoAnalysis
impl Copy for PangoAnalysis
Auto Trait Implementations§
impl Freeze for PangoAnalysis
impl RefUnwindSafe for PangoAnalysis
impl !Send for PangoAnalysis
impl !Sync for PangoAnalysis
impl Unpin for PangoAnalysis
impl UnwindSafe for PangoAnalysis
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)