#[repr(C)]
pub struct GtkTableChild {
pub widget: *mut GtkWidget,
pub left_attach: u16,
pub right_attach: u16,
pub top_attach: u16,
pub bottom_attach: u16,
pub xpadding: u16,
pub ypadding: u16,
pub xexpand: c_uint,
/* private fields */
}
xexpand: c_uint
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.