Struct libdazzle_sys::DzlFileChooserEntryClass
source · [−]#[repr(C)]pub struct DzlFileChooserEntryClass {
pub parent_class: GtkBinClass,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
}Fields
parent_class: GtkBinClass_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlFileChooserEntryClass
impl !Send for DzlFileChooserEntryClass
impl !Sync for DzlFileChooserEntryClass
impl Unpin for DzlFileChooserEntryClass
impl UnwindSafe for DzlFileChooserEntryClass
Blanket Implementations
Mutably borrows from an owned value. Read more