#[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§
Source§impl Clone for PangoIncludedModule
impl Clone for PangoIncludedModule
Source§fn clone(&self) -> PangoIncludedModule
fn clone(&self) -> PangoIncludedModule
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PangoIncludedModule
impl Debug for PangoIncludedModule
impl Copy for PangoIncludedModule
Auto Trait Implementations§
impl Freeze for PangoIncludedModule
impl RefUnwindSafe for PangoIncludedModule
impl Send for PangoIncludedModule
impl Sync for PangoIncludedModule
impl Unpin for PangoIncludedModule
impl UnwindSafe for PangoIncludedModule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more