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 Copy for PangoIncludedModule
[src]

impl Clone for PangoIncludedModule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoIncludedModule
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations