#[repr(C)]pub struct DzlSuggestionEntryBufferClass {
pub parent_class: GtkEntryBufferClass,
pub _reserved1: gpointer,
pub _reserved2: gpointer,
pub _reserved3: gpointer,
pub _reserved4: gpointer,
}Fields
parent_class: GtkEntryBufferClass_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointerTrait Implementations
Auto Trait Implementations
impl !Send for DzlSuggestionEntryBufferClass
impl !Sync for DzlSuggestionEntryBufferClass
impl Unpin for DzlSuggestionEntryBufferClass
impl UnwindSafe for DzlSuggestionEntryBufferClass
Blanket Implementations
Mutably borrows from an owned value. Read more