#[repr(C)]pub struct GtkPaned {
pub container: GtkContainer,
pub priv_: *mut GtkPanedPrivate,
}
Fields
container: GtkContainer
priv_: *mut GtkPanedPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkPaned
impl UnwindSafe for GtkPaned
Blanket Implementations
Mutably borrows from an owned value. Read more