#[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§
Source§impl Clone for GtkBuilderScopeInterface
impl Clone for GtkBuilderScopeInterface
Source§fn clone(&self) -> GtkBuilderScopeInterface
fn clone(&self) -> GtkBuilderScopeInterface
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 GtkBuilderScopeInterface
impl Debug for GtkBuilderScopeInterface
impl Copy for GtkBuilderScopeInterface
Auto Trait Implementations§
impl Freeze for GtkBuilderScopeInterface
impl RefUnwindSafe for GtkBuilderScopeInterface
impl Send for GtkBuilderScopeInterface
impl Sync for GtkBuilderScopeInterface
impl Unpin for GtkBuilderScopeInterface
impl UnwindSafe for GtkBuilderScopeInterface
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
)