#[repr(transparent)]pub struct Analysis { /* private fields */ }
Expand description
The Analysis
structure stores information about
the properties of a segment of text.
Implementations§
source§impl Analysis
impl Analysis
pub fn as_ptr(&self) -> *mut PangoAnalysis
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const PangoAnalysis) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const PangoAnalysis) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut PangoAnalysis
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut PangoAnalysis ) -> &'a mut Self
Borrows the underlying C value mutably.