Struct gtk_sys::GtkScrollableInterface[][src]

#[repr(C)]
pub struct GtkScrollableInterface { pub base_iface: GTypeInterface, pub get_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>, }

Fields

Trait Implementations

impl Copy for GtkScrollableInterface
[src]

impl Clone for GtkScrollableInterface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkScrollableInterface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations