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

Trait Implementations

impl Debug for GtkTableChild
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTableChild

impl !Sync for GtkTableChild