Struct gtk4_sys::GtkBuildableParser [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for GtkBuildableParser
impl !Send for GtkBuildableParser
impl !Sync for GtkBuildableParser
impl Unpin for GtkBuildableParser
impl UnwindSafe for GtkBuildableParser
Blanket Implementations
Mutably borrows from an owned value. Read more