Struct gtk_sys::GtkCellAreaBox[][src]

#[repr(C)]
pub struct GtkCellAreaBox { pub parent_instance: GtkCellArea, pub priv_: *mut GtkCellAreaBoxPrivate, }

Fields

Trait Implementations

impl Copy for GtkCellAreaBox
[src]

impl Clone for GtkCellAreaBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkCellAreaBox
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations