Struct gtk_sys::GtkTableChild[][src]

#[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, // some fields omitted }

Fields

widget: *mut GtkWidgetleft_attach: u16right_attach: u16top_attach: u16bottom_attach: u16xpadding: u16ypadding: u16xexpand: c_uint

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.