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
list: Option<unsafe extern "C" fn(_: *mut *mut PangoEngineInfo, _: *mut c_int)>
init: Option<unsafe extern "C" fn(_: *mut GTypeModule)>
exit: Option<unsafe extern "C" fn()>
create: Option<unsafe extern "C" fn(_: *const c_char) -> *mut PangoEngine>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoIncludedModule
impl Send for PangoIncludedModule
impl Sync for PangoIncludedModule
impl Unpin for PangoIncludedModule
impl UnwindSafe for PangoIncludedModule
Blanket Implementations
Mutably borrows from an owned value. Read more