Struct gtk::Requisition [] [src]

#[repr(C)]
pub struct Requisition { pub width: i32, pub height: i32, }

Fields