Struct gtk4_sys::GtkBuildableParser
source · #[repr(C)]pub struct GtkBuildableParser {
pub start_element: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: *mut *const c_char, _: *mut *const c_char, _: gpointer, _: *mut *mut GError)>,
pub end_element: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: gpointer, _: *mut *mut GError)>,
pub text: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: size_t, _: gpointer, _: *mut *mut GError)>,
pub error: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *mut GError, _: gpointer)>,
pub padding: [gpointer; 4],
}
Fields§
§start_element: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: *mut *const c_char, _: *mut *const c_char, _: gpointer, _: *mut *mut GError)>
§end_element: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: gpointer, _: *mut *mut GError)>
§text: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *const c_char, _: size_t, _: gpointer, _: *mut *mut GError)>
§error: Option<unsafe extern "C" fn(_: *mut GtkBuildableParseContext, _: *mut GError, _: gpointer)>
§padding: [gpointer; 4]
Trait Implementations§
source§impl Clone for GtkBuildableParser
impl Clone for GtkBuildableParser
source§fn clone(&self) -> GtkBuildableParser
fn clone(&self) -> GtkBuildableParser
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 more