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