Struct pango_sys::PangoIncludedModule
source · [−]#[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
sourceimpl Clone for PangoIncludedModule
impl Clone for PangoIncludedModule
sourcefn clone(&self) -> PangoIncludedModule
fn clone(&self) -> PangoIncludedModule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PangoIncludedModule
impl Debug for PangoIncludedModule
impl Copy for PangoIncludedModule
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more