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
base_iface: GTypeInterfaceget_border: Option<unsafe extern "C" fn(_: *mut GtkScrollable, _: *mut GtkBorder) -> gboolean>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkScrollableInterfaceimpl Send for GtkScrollableInterfaceimpl Sync for GtkScrollableInterfaceimpl Unpin for GtkScrollableInterfaceimpl UnwindSafe for GtkScrollableInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more