#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkBuildableParser
Auto Trait Implementations§
impl !Send for GtkBuildableParser
impl !Sync for GtkBuildableParser
impl Freeze for GtkBuildableParser
impl RefUnwindSafe for GtkBuildableParser
impl Unpin for GtkBuildableParser
impl UnsafeUnpin 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