Struct pango_sys::PangoIncludedModule [] [src]

#[repr(C)]
pub struct PangoIncludedModule { pub list: Option<unsafe extern "C" fn(_: *mut *mut PangoEngineInfo, _: *mut c_int)>, pub init: Option<unsafe extern "C" fn(_: *mut GTypeModule)>, pub exit: Option<unsafe extern "C" fn()>, pub create: Option<unsafe extern "C" fn(_: *const c_char) -> *mut PangoEngine>, }

Fields

Trait Implementations

impl Debug for PangoIncludedModule
[src]

[src]

Formats the value using the given formatter.