Type Alias magick_rust::bindings::ModuleInfo

source ·
pub type ModuleInfo = _ModuleInfo;

Aliased Type§

struct ModuleInfo {
    pub path: *mut i8,
    pub tag: *mut i8,
    pub handle: *mut c_void,
    pub unregister_module: Option<unsafe extern "C" fn()>,
    pub register_module: Option<unsafe extern "C" fn() -> usize>,
    pub timestamp: i64,
    pub stealth: MagickBooleanType,
    pub signature: usize,
}

Fields§

§path: *mut i8§tag: *mut i8§handle: *mut c_void§unregister_module: Option<unsafe extern "C" fn()>§register_module: Option<unsafe extern "C" fn() -> usize>§timestamp: i64§stealth: MagickBooleanType§signature: usize