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