Struct libhelium_sys::HeBinClass
source · #[repr(C)]pub struct HeBinClass {
pub parent_class: GtkWidgetClass,
pub add_child: Option<unsafe extern "C" fn(_: *mut HeBin, _: *mut GtkBuilder, _: *mut GObject, _: *const c_char)>,
}
Fields§
§parent_class: GtkWidgetClass
§add_child: Option<unsafe extern "C" fn(_: *mut HeBin, _: *mut GtkBuilder, _: *mut GObject, _: *const c_char)>
Trait Implementations§
source§impl Clone for HeBinClass
impl Clone for HeBinClass
source§fn clone(&self) -> HeBinClass
fn clone(&self) -> HeBinClass
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 HeBinClass
impl Debug for HeBinClass
impl Copy for HeBinClass
Auto Trait Implementations§
impl Freeze for HeBinClass
impl RefUnwindSafe for HeBinClass
impl !Send for HeBinClass
impl !Sync for HeBinClass
impl Unpin for HeBinClass
impl UnwindSafe for HeBinClass
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