Struct vips_sys::_GMarkupParser [] [src]

#[repr(C)]
pub struct _GMarkupParser { pub start_element: Option<unsafe extern "C" fn(context: *mut GMarkupParseContext, element_name: *const gchar, attribute_names: *mut *const gchar, attribute_values: *mut *const gchar, user_data: gpointer, error: *mut *mut GError)>, pub end_element: Option<unsafe extern "C" fn(context: *mut GMarkupParseContext, element_name: *const gchar, user_data: gpointer, error: *mut *mut GError)>, pub text: Option<unsafe extern "C" fn(context: *mut GMarkupParseContext, text: *const gchar, text_len: gsize, user_data: gpointer, error: *mut *mut GError)>, pub passthrough: Option<unsafe extern "C" fn(context: *mut GMarkupParseContext, passthrough_text: *const gchar, text_len: gsize, user_data: gpointer, error: *mut *mut GError)>, pub error: Option<unsafe extern "C" fn(context: *mut GMarkupParseContext, error: *mut GError, user_data: gpointer)>, }

Fields

Trait Implementations

impl Debug for _GMarkupParser
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for _GMarkupParser
[src]

impl Clone for _GMarkupParser
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more