Struct gtk_sys::GtkExpander
source · [−]#[repr(C)]pub struct GtkExpander {
pub bin: GtkBin,
pub priv_: *mut GtkExpanderPrivate,
}Fields
bin: GtkBinpriv_: *mut GtkExpanderPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkExpander
impl !Send for GtkExpander
impl !Sync for GtkExpander
impl Unpin for GtkExpander
impl UnwindSafe for GtkExpander
Blanket Implementations
Mutably borrows from an owned value. Read more