Struct gtk_sys::GtkFixed [−][src]
#[repr(C)]pub struct GtkFixed { pub container: GtkContainer, pub priv_: *mut GtkFixedPrivate, }
Fields
container: GtkContainerpriv_: *mut GtkFixedPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFixedimpl UnwindSafe for GtkFixedBlanket Implementations
Mutably borrows from an owned value. Read more