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
sourceimpl Clone for GtkBuildableParser
impl Clone for GtkBuildableParser
sourcefn clone(&self) -> GtkBuildableParser
fn clone(&self) -> GtkBuildableParser
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GtkBuildableParser
impl Debug for GtkBuildableParser
impl Copy for GtkBuildableParser
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more