Struct libdazzle_sys::DzlListBoxClass
source · [−]#[repr(C)]pub struct DzlListBoxClass {
pub parent_class: GtkListBoxClass,
pub _reserved: [gpointer; 4],
}Fields
parent_class: GtkListBoxClass_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlListBoxClass
impl !Send for DzlListBoxClass
impl !Sync for DzlListBoxClass
impl Unpin for DzlListBoxClass
impl UnwindSafe for DzlListBoxClass
Blanket Implementations
Mutably borrows from an owned value. Read more