Struct gtk_sys::GtkTableRowCol [] [src]

#[repr(C)]
pub struct GtkTableRowCol { pub requisition: u16, pub allocation: u16, pub spacing: u16, // some fields omitted }

Fields

Trait Implementations

impl Debug for GtkTableRowCol
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations