Struct pango_sys::PangoEngineShapeClass [−][src]
#[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: PangoEngineClassscript_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
Auto Trait Implementations
impl RefUnwindSafe for PangoEngineShapeClassimpl !Send for PangoEngineShapeClassimpl !Sync for PangoEngineShapeClassimpl Unpin for PangoEngineShapeClassimpl UnwindSafe for PangoEngineShapeClassBlanket Implementations
Mutably borrows from an owned value. Read more