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