Struct gtk_sys::GtkOrientableIface[][src]

#[repr(C)]
pub struct GtkOrientableIface { pub base_iface: GTypeInterface, }

Fields

Trait Implementations

impl Copy for GtkOrientableIface
[src]

impl Clone for GtkOrientableIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkOrientableIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations