Struct gtk4_sys::GtkBuilderScopeInterface
source · [−]#[repr(C)]pub struct GtkBuilderScopeInterface {
pub g_iface: GTypeInterface,
pub get_type_from_name: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>,
pub get_type_from_function: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>,
pub create_closure: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char, _: GtkBuilderClosureFlags, _: *mut GObject, _: *mut *mut GError) -> *mut GClosure>,
}
Fields
g_iface: GTypeInterface
get_type_from_name: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>
get_type_from_function: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char) -> GType>
create_closure: Option<unsafe extern "C" fn(_: *mut GtkBuilderScope, _: *mut GtkBuilder, _: *const c_char, _: GtkBuilderClosureFlags, _: *mut GObject, _: *mut *mut GError) -> *mut GClosure>
Trait Implementations
sourceimpl Clone for GtkBuilderScopeInterface
impl Clone for GtkBuilderScopeInterface
sourcefn clone(&self) -> GtkBuilderScopeInterface
fn clone(&self) -> GtkBuilderScopeInterface
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 GtkBuilderScopeInterface
impl Debug for GtkBuilderScopeInterface
impl Copy for GtkBuilderScopeInterface
Auto Trait Implementations
impl RefUnwindSafe for GtkBuilderScopeInterface
impl Send for GtkBuilderScopeInterface
impl Sync for GtkBuilderScopeInterface
impl Unpin for GtkBuilderScopeInterface
impl UnwindSafe for GtkBuilderScopeInterface
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