#[repr(C)]pub struct PangoEngineShapeClass {
pub parent_class: PangoEngineClass,
pub script_shape: Option<unsafe extern "C" fn(*mut PangoEngineShape, *mut PangoFont, *const c_char, c_uint, *const PangoAnalysis, *mut PangoGlyphString, *const c_char, c_uint)>,
pub covers: Option<unsafe extern "C" fn(*mut PangoEngineShape, *mut PangoFont, *mut PangoLanguage, u32) -> PangoCoverageLevel>,
}
Fields§
§parent_class: PangoEngineClass
§script_shape: Option<unsafe extern "C" fn(*mut PangoEngineShape, *mut PangoFont, *const c_char, c_uint, *const PangoAnalysis, *mut PangoGlyphString, *const c_char, c_uint)>
§covers: Option<unsafe extern "C" fn(*mut PangoEngineShape, *mut PangoFont, *mut PangoLanguage, u32) -> PangoCoverageLevel>
Trait Implementations§
Source§impl Clone for PangoEngineShapeClass
impl Clone for PangoEngineShapeClass
Source§fn clone(&self) -> PangoEngineShapeClass
fn clone(&self) -> PangoEngineShapeClass
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 PangoEngineShapeClass
impl Debug for PangoEngineShapeClass
impl Copy for PangoEngineShapeClass
Auto Trait Implementations§
impl Freeze for PangoEngineShapeClass
impl RefUnwindSafe for PangoEngineShapeClass
impl !Send for PangoEngineShapeClass
impl !Sync for PangoEngineShapeClass
impl Unpin for PangoEngineShapeClass
impl UnwindSafe for PangoEngineShapeClass
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