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, // some fields omitted }
Fields
widget: *mut GtkWidget
left_attach: u16
right_attach: u16
top_attach: u16
bottom_attach: u16
xpadding: u16
ypadding: u16
Trait Implementations
impl Debug for GtkTableChild
[src]
impl Debug for GtkTableChild
Auto Trait Implementations
impl !Send for GtkTableChild
impl !Send for GtkTableChild
impl !Sync for GtkTableChild
impl !Sync for GtkTableChild