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: 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
Auto Trait Implementations
impl RefUnwindSafe for PangoEngineShapeClass
impl !Send for PangoEngineShapeClass
impl !Sync for PangoEngineShapeClass
impl Unpin for PangoEngineShapeClass
impl UnwindSafe for PangoEngineShapeClass
Blanket Implementations
Mutably borrows from an owned value. Read more