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