Struct libdazzle_sys::DzlStackListClass
source · [−]#[repr(C)]pub struct DzlStackListClass {
pub parent_instance: GtkBinClass,
pub row_activated: Option<unsafe extern "C" fn(_: *mut DzlStackList, _: *mut GtkListBoxRow)>,
pub header_activated: Option<unsafe extern "C" fn(_: *mut DzlStackList, _: *mut GtkListBoxRow)>,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
pub _reserved5: gpointer,
pub _reserved6: gpointer,
pub _reserved7: gpointer,
pub _reserved8: gpointer,
}Fields
parent_instance: GtkBinClassrow_activated: Option<unsafe extern "C" fn(_: *mut DzlStackList, _: *mut GtkListBoxRow)>header_activated: Option<unsafe extern "C" fn(_: *mut DzlStackList, _: *mut GtkListBoxRow)>_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointer_reserved5: gpointer_reserved6: gpointer_reserved7: gpointer_reserved8: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlStackListClass
impl !Send for DzlStackListClass
impl !Sync for DzlStackListClass
impl Unpin for DzlStackListClass
impl UnwindSafe for DzlStackListClass
Blanket Implementations
Mutably borrows from an owned value. Read more