Struct gtk_sys::GtkRequestedSize[][src]

#[repr(C)]
pub struct GtkRequestedSize { pub data: gpointer, pub minimum_size: c_int, pub natural_size: c_int, }

Fields

Trait Implementations

impl Copy for GtkRequestedSize
[src]

impl Clone for GtkRequestedSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRequestedSize
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRequestedSize

impl !Sync for GtkRequestedSize