Struct libdazzle_sys::DzlElasticBinClass
source · [−]#[repr(C)]pub struct DzlElasticBinClass {
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 DzlElasticBinClass
impl !Send for DzlElasticBinClass
impl !Sync for DzlElasticBinClass
impl Unpin for DzlElasticBinClass
impl UnwindSafe for DzlElasticBinClass
Blanket Implementations
Mutably borrows from an owned value. Read more