Struct libdazzle_sys::DzlTreeClass
source · [−]#[repr(C)]pub struct DzlTreeClass {
pub parent_class: GtkTreeViewClass,
pub action: Option<unsafe extern "C" fn(_: *mut DzlTree, _: *const c_char, _: *const c_char, _: *const c_char)>,
pub populate_popup: Option<unsafe extern "C" fn(_: *mut DzlTree, _: *mut GtkWidget)>,
pub _padding: [gpointer; 12],
}Fields
parent_class: GtkTreeViewClassaction: Option<unsafe extern "C" fn(_: *mut DzlTree, _: *const c_char, _: *const c_char, _: *const c_char)>populate_popup: Option<unsafe extern "C" fn(_: *mut DzlTree, _: *mut GtkWidget)>_padding: [gpointer; 12]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlTreeClass
impl !Send for DzlTreeClass
impl !Sync for DzlTreeClass
impl Unpin for DzlTreeClass
impl UnwindSafe for DzlTreeClass
Blanket Implementations
Mutably borrows from an owned value. Read more