#[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 moreSource§impl Debug for GtkBuildableParser
impl Debug for GtkBuildableParser
impl Copy for GtkBuildableParser
Auto Trait Implementations§
impl Freeze for GtkBuildableParser
impl RefUnwindSafe for GtkBuildableParser
impl !Send for GtkBuildableParser
impl !Sync for GtkBuildableParser
impl Unpin for GtkBuildableParser
impl UnwindSafe for GtkBuildableParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)